diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-07-05 13:22:47 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-07-05 13:22:47 +0000 |
commit | 3bbe0d226cb31b1cd8cd7b1b3bcfa146314fd302 (patch) | |
tree | 56ecd0d4a065be2d4718dcd498e0399001718325 /sci-mathematics/unuran/unuran-1.8.1.ebuild | |
parent | sci-mathematics/prng: Fix out of source buildproblem (diff) | |
download | historical-3bbe0d226cb31b1cd8cd7b1b3bcfa146314fd302.tar.gz historical-3bbe0d226cb31b1cd8cd7b1b3bcfa146314fd302.tar.bz2 historical-3bbe0d226cb31b1cd8cd7b1b3bcfa146314fd302.zip |
sci-mathematics/unuran: Fix out of source buildproblem
Package-Manager: portage-2.2.0_alpha116/cvs/Linux x86_64
Diffstat (limited to 'sci-mathematics/unuran/unuran-1.8.1.ebuild')
-rw-r--r-- | sci-mathematics/unuran/unuran-1.8.1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sci-mathematics/unuran/unuran-1.8.1.ebuild b/sci-mathematics/unuran/unuran-1.8.1.ebuild index 4d15d0ae8cd4..532069d75013 100644 --- a/sci-mathematics/unuran/unuran-1.8.1.ebuild +++ b/sci-mathematics/unuran/unuran-1.8.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/unuran/unuran-1.8.1.ebuild,v 1.3 2012/07/04 09:32:15 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild,v 1.4 2012/07/05 13:22:47 jlec Exp $ EAPI=4 @@ -38,9 +38,7 @@ src_install() { autotools-utils_src_install use doc && dodoc doc/${PN}.pdf if use examples; then - emake distclean -C examples - rm -f examples/Makefile* - insinto /usr/share/doc/${PF} + rm -f examples/Makefile* || die doins -r examples fi } |