diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-27 18:27:16 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-27 18:27:16 +0000 |
commit | 1af684d18f11f2996e8ec052298dadce7c276e07 (patch) | |
tree | 0a5db69a577edb70dc166a7678d2e2f34b901c61 /dev-perl/PDL | |
parent | Updated wine-20020710-r1.ebuild to install /usr/wine/bin/wine regapi. Closes... (diff) | |
download | historical-1af684d18f11f2996e8ec052298dadce7c276e07.tar.gz historical-1af684d18f11f2996e8ec052298dadce7c276e07.tar.bz2 historical-1af684d18f11f2996e8ec052298dadce7c276e07.zip |
Fixed new perl-module problems.
Diffstat (limited to 'dev-perl/PDL')
-rw-r--r-- | dev-perl/PDL/PDL-2.3.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/PDL/PDL-2.3.2-r1.ebuild b/dev-perl/PDL/PDL-2.3.2-r1.ebuild index aa3d0475e4fb..50e8cb46ca25 100644 --- a/dev-perl/PDL/PDL-2.3.2-r1.ebuild +++ b/dev-perl/PDL/PDL-2.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.3.2-r1.ebuild,v 1.6 2002/07/26 04:41:07 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.3.2-r1.ebuild,v 1.7 2002/07/27 18:27:16 aliz Exp $ inherit perl-module @@ -38,7 +38,7 @@ src_unpack() { src_install () { - base_src_install + perl-module_src_install mv ${D}/usr/lib/perl5/site_perl/5.6.0/${CHOST%%-*}-linux/PDL/HtmlDocs \ ${D}/usr/doc/${P}/html |