diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-07-26 21:50:16 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-07-26 21:50:16 +0000 |
commit | f4d808a33817c744bcc33152e009d297405611f4 (patch) | |
tree | bd1dff9348dbab5393b2f101fb74156398bc71c6 /eclass/perl-post.eclass | |
parent | corrected SRC_URI for sourceforge (diff) | |
download | historical-f4d808a33817c744bcc33152e009d297405611f4.tar.gz historical-f4d808a33817c744bcc33152e009d297405611f4.tar.bz2 historical-f4d808a33817c744bcc33152e009d297405611f4.zip |
fix , in many eclasses
Diffstat (limited to 'eclass/perl-post.eclass')
-rw-r--r-- | eclass/perl-post.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/perl-post.eclass b/eclass/perl-post.eclass index bd43fc331e48..91c99c571ec8 100644 --- a/eclass/perl-post.eclass +++ b/eclass/perl-post.eclass @@ -1,11 +1,11 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 # Author: Seemant Kulleen <seemant@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/perl-post.eclass,v 1.5 2002/07/12 15:24:36 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-post.eclass,v 1.6 2002/07/26 21:50:16 danarmak Exp $ # The perl-post eclass is designed to allow the ${installarchdir}/perllocal.pod # file to be updated cleanly after perl and/or perl-modules are installed # or removed. -ECLASS=perl +ECLASS=perl-post INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS pkg_setup pkg_preinst pkg_postinst pkg_prerm pkg_postrm \ |