diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2006-04-05 17:50:34 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2006-04-05 17:50:34 +0000 |
commit | 45580bbccdce0b5ee46ae6fe3684a642d10537a1 (patch) | |
tree | 2a486de8bec9cd3ed6ef952fa56b107c67ce55c2 /eclass/libtool.eclass | |
parent | Add elibtoolize call. (diff) | |
download | gentoo-2-45580bbccdce0b5ee46ae6fe3684a642d10537a1.tar.gz gentoo-2-45580bbccdce0b5ee46ae6fe3684a642d10537a1.tar.bz2 gentoo-2-45580bbccdce0b5ee46ae6fe3684a642d10537a1.zip |
Change $PORTDIR/eclass/ to $ECLASSDIR/
Diffstat (limited to 'eclass/libtool.eclass')
-rw-r--r-- | eclass/libtool.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass index 1f9f9428a18a..d40c7bd7abb2 100644 --- a/eclass/libtool.eclass +++ b/eclass/libtool.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.66 2006/04/02 16:00:30 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.67 2006/04/05 17:50:34 azarah Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -20,7 +20,7 @@ DESCRIPTION="Based on the ${ECLASS} eclass" ELIBTOOL_VERSION="2.0.2" -ELT_PATCH_DIR="${PORTDIR}/eclass/ELT-patches" +ELT_PATCH_DIR="${ECLASSDIR}/ELT-patches" ELT_APPLIED_PATCHES= ELT_LTMAIN_SH= |