diff options
Diffstat (limited to 'dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild')
-rw-r--r-- | dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild index cead23ccf536..a769bebd1d69 100644 --- a/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild +++ b/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild,v 1.3 2000/11/04 12:54:30 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild,v 1.4 2001/02/15 18:17:31 achim Exp $ A=${PN}-${PV}ii.tar.gz S=${WORKDIR}/${PN} @@ -30,6 +30,8 @@ src_install () { dodir /usr/bin dodoc BUGS DOC README TODO COPYING ChangeLog try make + cd ${D}/usr/lib/perl5 + mv SGMLS.pm site_perl/5.6.0/SGMLS.pm } |