diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-09 18:20:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-09 18:20:34 +0000 |
commit | a068e4cef6341dd2e4c2f1c71a8b9c0d479561ba (patch) | |
tree | 5c7e922104a1732eebe8f4e14fa34eff69f210f4 /dev-perl/PDL | |
parent | new version + new dep boost => -alpha -sparc for now (Manifest recommit) (diff) | |
download | gentoo-2-a068e4cef6341dd2e4c2f1c71a8b9c0d479561ba.tar.gz gentoo-2-a068e4cef6341dd2e4c2f1c71a8b9c0d479561ba.tar.bz2 gentoo-2-a068e4cef6341dd2e4c2f1c71a8b9c0d479561ba.zip |
fix /usr/doc to /usr/share/doc
Diffstat (limited to 'dev-perl/PDL')
-rw-r--r-- | dev-perl/PDL/PDL-2.4.0-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/PDL/PDL-2.4.0-r1.ebuild b/dev-perl/PDL/PDL-2.4.0-r1.ebuild index 14751db06ff6..2607040f7174 100644 --- a/dev-perl/PDL/PDL-2.4.0-r1.ebuild +++ b/dev-perl/PDL/PDL-2.4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.0-r1.ebuild,v 1.3 2004/01/09 19:17:26 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.0-r1.ebuild,v 1.4 2004/02/09 18:20:34 vapier Exp $ IUSE="opengl" @@ -49,13 +49,13 @@ src_unpack() { src_install () { perl-module_src_install - mkdir -p ${D}/usr/doc/${P}/html + dodir /usr/share/doc/${PF}/html eval `perl '-V:version'` PERLVERSION=${version} mv ${D}/usr/lib/perl5/site_perl/${PERLVERSION}/${CHOST%%-*}-linux/PDL/HtmlDocs/PDL \ - ${D}/usr/doc/${P}/html + ${D}/usr/share/doc/${PF}/html - mydir=${D}/usr/doc/${P}/html/PDL + mydir=${D}/usr/share/doc/${PF}/html/PDL for i in ${mydir}/* ${mydir}/IO/* ${mydir}/Fit/* ${mydir}/Pod/* ${mydir}/Graphics/* do |