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 | 354a094a47de4c1cc79c63e53d768f6ea8809791 (patch) | |
tree | a4299ea2e793bb96dbbc156935acc72d3f17a2a9 /eclass/libtool.eclass | |
parent | Add elibtoolize call. (diff) | |
download | historical-354a094a47de4c1cc79c63e53d768f6ea8809791.tar.gz historical-354a094a47de4c1cc79c63e53d768f6ea8809791.tar.bz2 historical-354a094a47de4c1cc79c63e53d768f6ea8809791.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= |