summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-09-29 10:15:16 +0000
committerMamoru Komachi <usata@gentoo.org>2005-09-29 10:15:16 +0000
commit25543043e9eaf8252eb5756d72d906d6e6b69732 (patch)
tree017e06042bd1c69ad61b4c85a62d1895bf943292 /x11-themes/iceicons
parentStable on x86, bug #101890. (diff)
downloadgentoo-2-25543043e9eaf8252eb5756d72d906d6e6b69732.tar.gz
gentoo-2-25543043e9eaf8252eb5756d72d906d6e6b69732.tar.bz2
gentoo-2-25543043e9eaf8252eb5756d72d906d6e6b69732.zip
Changed cp options to -pPR for non-GNU userlands; bug #103487.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'x11-themes/iceicons')
-rw-r--r--x11-themes/iceicons/ChangeLog5
-rw-r--r--x11-themes/iceicons/iceicons-0.10.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-themes/iceicons/ChangeLog b/x11-themes/iceicons/ChangeLog
index c6d25cb37f91..5ca51c4bf912 100644
--- a/x11-themes/iceicons/ChangeLog
+++ b/x11-themes/iceicons/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-themes/iceicons
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/iceicons/ChangeLog,v 1.6 2005/09/19 13:40:44 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/iceicons/ChangeLog,v 1.7 2005/09/29 10:15:16 usata Exp $
+
+ 29 Sep 2005; Mamoru KOMACHI <usata@gentoo.org> iceicons-0.10.0.ebuild:
+ Changed cp options to -pPR for non-GNU userlands; bug #103487.
19 Sep 2005; Gustavo Zacarias <gustavoz@gentoo.org>
iceicons-0.10.0.ebuild:
diff --git a/x11-themes/iceicons/iceicons-0.10.0.ebuild b/x11-themes/iceicons/iceicons-0.10.0.ebuild
index cd5e430561a8..a66ecc78c2a3 100644
--- a/x11-themes/iceicons/iceicons-0.10.0.ebuild
+++ b/x11-themes/iceicons/iceicons-0.10.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/x11-themes/iceicons/iceicons-0.10.0.ebuild,v 1.6 2005/09/19 13:40:44 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/iceicons/iceicons-0.10.0.ebuild,v 1.7 2005/09/29 10:15:16 usata Exp $
DESCRIPTION="IceWM Icons is a set of XPM 16x16, 32x32, and 48x48 XPM and PNG icons for IceWM"
HOMEPAGE="http://themes.freshmeat.net/projects/iceicons/"
@@ -21,7 +21,7 @@ ICEICONSDIR="/usr/share/icewm/icons/iceicons"
src_install() {
dodir ${ICEICONSDIR}
- cp -dRfv icons/* ${D}/${ICEICONSDIR}
+ cp -pPR icons/* ${D}/${ICEICONSDIR}
chown -R root:root ${D}/${ICEICONSDIR}
chmod -R o-w ${D}/${ICEICONSDIR}