diff options
author | Markus Dittrich <markusle@gentoo.org> | 2006-08-23 19:00:15 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2006-08-23 19:00:15 +0000 |
commit | f6c8425aa3b58de88c2766ed8cd3f9c50853d17a (patch) | |
tree | 8828d803134c70e121f5da4b5a7f20fb8636eaf5 /sci-mathematics | |
parent | Hopefully fix bug #135039. (diff) | |
download | gentoo-2-f6c8425aa3b58de88c2766ed8cd3f9c50853d17a.tar.gz gentoo-2-f6c8425aa3b58de88c2766ed8cd3f9c50853d17a.tar.bz2 gentoo-2-f6c8425aa3b58de88c2766ed8cd3f9c50853d17a.zip |
Install pdf docs without gzipping them for ease of use.
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pari/pari-2.3.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-mathematics/pari/pari-2.3.0.ebuild b/sci-mathematics/pari/pari-2.3.0.ebuild index ea01ae929250..82cb1637483e 100644 --- a/sci-mathematics/pari/pari-2.3.0.ebuild +++ b/sci-mathematics/pari/pari-2.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.0.ebuild,v 1.1 2006/07/23 11:31:22 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.0.ebuild,v 1.2 2006/08/23 19:00:15 markusle Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -78,7 +78,8 @@ src_install() { dodoc AUTHORS Announce.2.1 CHANGES README TODO if use doc; then - dodoc doc/*.pdf || die "Failed to install docs" + insinto /usr/share/doc/${PF} + doins doc/*.pdf || die "Failed to install pdf docs" fi #remove superfluous doc directory |