summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-08-29 23:56:15 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-08-29 23:56:15 +0000
commitab94ae2ca76b88a974318c0ab5e4b8e3f73851b7 (patch)
treeeedea0df20db210ebfa4636bee0e6944107b3c9d /eclass/libtool.eclass
parentadded virtual/textbrowser to DEPEND, and cleaned up ebuild (diff)
downloadgentoo-2-ab94ae2ca76b88a974318c0ab5e4b8e3f73851b7.tar.gz
gentoo-2-ab94ae2ca76b88a974318c0ab5e4b8e3f73851b7.tar.bz2
gentoo-2-ab94ae2ca76b88a974318c0ab5e4b8e3f73851b7.zip
small fixor
Diffstat (limited to 'eclass/libtool.eclass')
-rw-r--r--eclass/libtool.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass
index e22a1c03932d..aea41c218017 100644
--- a/eclass/libtool.eclass
+++ b/eclass/libtool.eclass
@@ -2,7 +2,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: Martin Schlemmer <azarah@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.12 2002/07/12 15:25:33 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.13 2002/08/29 23:56:15 azarah Exp $
# This eclass patches ltmain.sh distributed with libtoolized packages with the
# relink and portage patch
ECLASS=libtool
@@ -69,7 +69,7 @@ elibtoolize() {
for y in test_patch relink_patch tmp_patch portage_patch
do
- if ! eval ${y} --test $>${T}/libtool.foo
+ if ! eval ${y} --test $>${T}/elibtool.log
then
case ${y} in
test_patch)
@@ -144,7 +144,7 @@ elibtoolize() {
esac
einfo "Applying libtool-${y/_patch/}.patch..."
- eval ${y} $>${T}/libtool.foo
+ eval ${y} $>${T}/elibtool.log
elif [ "${portage}" = "no" ] && [ "${reversedeps}" = "no" ]
then
ewarn "Cannot apply any patch, running libtoolize..."