diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-09-10 13:35:02 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-09-10 13:35:02 +0000 |
commit | 1fb1ff576805ebfef6c3600ae3ff9766b2a2a4ca (patch) | |
tree | ae29a7bd4fe51540e53c0351fbf3308db8682742 /sys-devel/libtool/files | |
parent | Changed epatch line to match renamed patch. Sorry if I am stepping on anyone... (diff) | |
download | historical-1fb1ff576805ebfef6c3600ae3ff9766b2a2a4ca.tar.gz historical-1fb1ff576805ebfef6c3600ae3ff9766b2a2a4ca.tar.bz2 historical-1fb1ff576805ebfef6c3600ae3ff9766b2a2a4ca.zip |
Fix typo in portage patch
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'sys-devel/libtool/files')
-rw-r--r-- | sys-devel/libtool/files/1.5.10/libtool-1.5.10-portage.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/libtool/files/1.5.10/libtool-1.5.10-portage.patch b/sys-devel/libtool/files/1.5.10/libtool-1.5.10-portage.patch index 0698215acd70..c731567b79a9 100644 --- a/sys-devel/libtool/files/1.5.10/libtool-1.5.10-portage.patch +++ b/sys-devel/libtool/files/1.5.10/libtool-1.5.10-portage.patch @@ -40,10 +40,10 @@ name should be bumped, but the patch content should stay fairly the same. + fi + # We do not want portage's build root ($S) present. + my_little_ninja_foo_2=`echo $deplib |$EGREP -e "$S"` -+ if test -n "$my_little_ninja_foo_2" && test "$S"; then -+ mynewdependency_lib="" + # We do not want portage's install root ($D) present. + my_little_ninja_foo_3=`echo $deplib |$EGREP -e "$D"` ++ if test -n "$my_little_ninja_foo_2" && test "$S"; then ++ mynewdependency_lib="" + elif test -n "$my_little_ninja_foo_3" && test "$D"; then + eval mynewdependency_lib=`echo "$deplib" |sed -e "s:$D:/:g" -e 's:/\+:/:g'` + else |