diff options
author | Vikraman Choudhury <vikraman@gentoo.org> | 2016-02-11 23:02:54 -0500 |
---|---|---|
committer | Vikraman Choudhury <vikraman@gentoo.org> | 2016-02-11 23:03:14 -0500 |
commit | aedff2b4225c052c353186a00494e4d3752c429d (patch) | |
tree | fe335e5a4fbb6542489e841ec3555de36a6b0557 | |
parent | 638d70b3c235cf4df5a87e517466fbcfb7d23e29 (diff) | |
download | gentoo-aedff2b4225c052c353186a00494e4d3752c429d.tar.gz gentoo-aedff2b4225c052c353186a00494e4d3752c429d.tar.xz |
sci-mathematics/twelf: Fix typo
Package-Manager: portage-2.2.27
-rw-r--r-- | sci-mathematics/twelf/twelf-1.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/twelf/twelf-1.7.1.ebuild b/sci-mathematics/twelf/twelf-1.7.1.ebuild index e5e8a82361c..dde30a1ceaa 100644 --- a/sci-mathematics/twelf/twelf-1.7.1.ebuild +++ b/sci-mathematics/twelf/twelf-1.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -45,7 +45,7 @@ PATCHES=( ) src_prepare() { - epatch ${PYTCHES[@]} + epatch ${PATCHES[@]} sed \ -e "s@/usr/bin@${ROOT}usr/bin@g" \ -e "s@/usr/share@${ROOT}usr/share@" \ |