diff options
author | 2012-07-06 23:47:04 +0000 | |
---|---|---|
committer | 2012-07-06 23:47:04 +0000 | |
commit | 4e047284ebe8818916af15922f8c4ed2267e9d4a (patch) | |
tree | e0f6f501efc50328bf1f67d054e474f24593c41b /sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild | |
parent | fixed examples installation directory, bug #424942 (diff) | |
download | gentoo-2-4e047284ebe8818916af15922f8c4ed2267e9d4a.tar.gz gentoo-2-4e047284ebe8818916af15922f8c4ed2267e9d4a.tar.bz2 gentoo-2-4e047284ebe8818916af15922f8c4ed2267e9d4a.zip |
fixed examples installation directory, bug #424942
(Portage version: 2.1.11.5/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild')
-rw-r--r-- | sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild b/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild index 417a2140eead..7f9e9585266e 100644 --- a/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild +++ b/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild,v 1.6 2012/07/05 16:23:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild,v 1.7 2012/07/06 23:47:04 bicatali Exp $ EAPI=4 @@ -19,7 +19,8 @@ src_install() { autotools-utils_src_install use doc && dohtml -r doc/rngstreams.html/* && dodoc doc/${PN}.pdf if use examples; then - rm -f examples/Makefile* || die + rm examples/Makefile* + insinto /ust/share/doc/${PF} doins -r examples fi } |