summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-16 11:50:55 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-16 11:50:55 +0000
commit183db76c23940005736e6b4a05364e44ed885939 (patch)
tree33e44e182c6206f88714531732b501299c23934f /x11-themes/windowmaker-themes
parentRemove GNUish cp -a call. Bug #103487. (diff)
downloadhistorical-183db76c23940005736e6b4a05364e44ed885939.tar.gz
historical-183db76c23940005736e6b4a05364e44ed885939.tar.bz2
historical-183db76c23940005736e6b4a05364e44ed885939.zip
Remove GNUish cp -d call. Bug #103487.
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-themes/windowmaker-themes')
-rw-r--r--x11-themes/windowmaker-themes/ChangeLog6
-rw-r--r--x11-themes/windowmaker-themes/windowmaker-themes-0.1.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-themes/windowmaker-themes/ChangeLog b/x11-themes/windowmaker-themes/ChangeLog
index 3eeeca10b5cf..752e4dbf42b2 100644
--- a/x11-themes/windowmaker-themes/ChangeLog
+++ b/x11-themes/windowmaker-themes/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/windowmaker-themes
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/windowmaker-themes/ChangeLog,v 1.10 2005/07/11 17:14:32 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/windowmaker-themes/ChangeLog,v 1.11 2005/12/16 11:48:29 flameeyes Exp $
+
+ 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org>
+ windowmaker-themes-0.1.ebuild:
+ Remove GNUish cp -d call. Bug #103487.
11 Jul 2005; Simon Stelling <blubb@gentoo.org>
windowmaker-themes-0.1.ebuild:
diff --git a/x11-themes/windowmaker-themes/windowmaker-themes-0.1.ebuild b/x11-themes/windowmaker-themes/windowmaker-themes-0.1.ebuild
index 3c3ae544d44a..3147610ab032 100644
--- a/x11-themes/windowmaker-themes/windowmaker-themes-0.1.ebuild
+++ b/x11-themes/windowmaker-themes/windowmaker-themes-0.1.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/windowmaker-themes/windowmaker-themes-0.1.ebuild,v 1.11 2005/07/11 17:14:32 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/windowmaker-themes/windowmaker-themes-0.1.ebuild,v 1.12 2005/12/16 11:48:29 flameeyes Exp $
# TODO: Break themes up by author and into sub-dirs named after
# the author
@@ -118,11 +118,11 @@ src_unpack() {
src_install () {
dodir /usr/share/WindowMaker/Themes
- cp -dpR * ${D}/usr/share/WindowMaker/Themes/
+ cp -pR * ${D}/usr/share/WindowMaker/Themes/
# TODO: Need to clean this up at some point ...
#mv ${D}/usr/share/WindowMaker/Themes/Themes/* ${D}/usr/share/WindowMaker/Themes
#rm -Rf ${D}/usr/share/WindowMaker/Themes/Themes
- chown -R root:root ${D}/usr/share/WindowMaker/Themes/
+ chown -R root:0 ${D}/usr/share/WindowMaker/Themes/
chmod -R o-w ${D}/usr/share/WindowMaker/Themes/
}