diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-08-24 16:30:29 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-08-24 16:30:29 +0000 |
commit | 670d13712832a0e4bfdcfd9f16f756ff2d456657 (patch) | |
tree | 88153aebd4657781defadc35d274a2039a999c0a /sci-libs/beagle | |
parent | epatch does not need die. (diff) | |
download | gentoo-2-670d13712832a0e4bfdcfd9f16f756ff2d456657.tar.gz gentoo-2-670d13712832a0e4bfdcfd9f16f756ff2d456657.tar.bz2 gentoo-2-670d13712832a0e4bfdcfd9f16f756ff2d456657.zip |
No longer using cp -a (bug #103487)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-libs/beagle')
-rw-r--r-- | sci-libs/beagle/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/beagle/beagle-2.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/beagle/ChangeLog b/sci-libs/beagle/ChangeLog index b6db3c87d69e..005fffc67c5e 100644 --- a/sci-libs/beagle/ChangeLog +++ b/sci-libs/beagle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/beagle # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/beagle/ChangeLog,v 1.4 2005/06/25 23:54:22 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/beagle/ChangeLog,v 1.5 2005/08/24 16:30:29 phosphan Exp $ + + 24 Aug 2005; Patrick Kursawe <phosphan@gentoo.org> beagle-2.2.0.ebuild: + No longer using cp -a (bug #103487) 25 Jun 2005; Olivier Fisette <ribosome@gentoo.org> -beagle-2.1.3.ebuild, beagle-2.2.0.ebuild: diff --git a/sci-libs/beagle/beagle-2.2.0.ebuild b/sci-libs/beagle/beagle-2.2.0.ebuild index b58fc0c9741f..3cc08a7a87ac 100644 --- a/sci-libs/beagle/beagle-2.2.0.ebuild +++ b/sci-libs/beagle/beagle-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/beagle/beagle-2.2.0.ebuild,v 1.2 2005/06/25 23:54:22 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/beagle/beagle-2.2.0.ebuild,v 1.3 2005/08/24 16:30:29 phosphan Exp $ inherit libtool @@ -30,7 +30,7 @@ src_install () { dodoc AUTHORS ChangeLog NEWS README TODO if use doc; then - cp -a examples ${D}/usr/share/doc/${PF} + cp -pPR examples ${D}/usr/share/doc/${PF} dohtml refman/html/* fi } |