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 | |
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')
-rw-r--r-- | sci-mathematics/unuran/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/unuran/unuran-1.8.1.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sci-mathematics/unuran/ChangeLog b/sci-mathematics/unuran/ChangeLog index d89a2d9221a2..d8f1a0e736a4 100644 --- a/sci-mathematics/unuran/ChangeLog +++ b/sci-mathematics/unuran/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/unuran # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v 1.6 2012/07/04 09:32:15 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v 1.7 2012/07/05 13:22:47 jlec Exp $ + + 05 Jul 2012; Justin Lecher <jlec@gentoo.org> unuran-1.8.1.ebuild: + Fix out of source buildproblem 04 Jul 2012; Justin Lecher <jlec@gentoo.org> unuran-1.8.1.ebuild, metadata.xml: 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 } |