diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-09-05 13:08:01 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-09-05 13:08:01 +0000 |
commit | 055bec7a1edd14444d7b99e609819849df3aa6e4 (patch) | |
tree | a89537072d50a4353915a5ee63902d616253b311 /x11-misc/icecc | |
parent | Moved description to longdescription. Closes #103255. (diff) | |
download | gentoo-2-055bec7a1edd14444d7b99e609819849df3aa6e4.tar.gz gentoo-2-055bec7a1edd14444d7b99e609819849df3aa6e4.tar.bz2 gentoo-2-055bec7a1edd14444d7b99e609819849df3aa6e4.zip |
Using POSIX options for cp
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-misc/icecc')
-rw-r--r-- | x11-misc/icecc/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/icecc/icecc-2.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/icecc/ChangeLog b/x11-misc/icecc/ChangeLog index b4b88246faea..c149718dfa53 100644 --- a/x11-misc/icecc/ChangeLog +++ b/x11-misc/icecc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icecc # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.24 2005/07/07 05:19:38 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.25 2005/09/05 13:08:01 phosphan Exp $ + + 05 Sep 2005; Patrick Kursawe <phosphan@gentoo.org> icecc-2.9.ebuild: + Using POSIX options for cp 07 Jul 2005; Caleb Tennis <caleb@gentoo.org> icecc-2.9.ebuild: Fix qt dep diff --git a/x11-misc/icecc/icecc-2.9.ebuild b/x11-misc/icecc/icecc-2.9.ebuild index 19a092ca8255..82eb9b370699 100644 --- a/x11-misc/icecc/icecc-2.9.ebuild +++ b/x11-misc/icecc/icecc-2.9.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/x11-misc/icecc/icecc-2.9.ebuild,v 1.5 2005/07/07 05:19:38 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/icecc-2.9.ebuild,v 1.6 2005/09/05 13:08:01 phosphan Exp $ inherit eutils @@ -34,7 +34,7 @@ src_install() { dohtml ${PN}/docs/en/*.{html,sgml} dodoc AUTHORS ChangeLog README TODO dodir /usr/share/${PN}/themes - cp -a theme/* ${D}/usr/share/${PN}/themes/ + cp -pPR theme/* ${D}/usr/share/${PN}/themes/ chmod go-w ${D}/usr/share/${PN}/themes/ } |