summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-24 07:53:44 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-24 07:53:44 +0000
commit73449f6a60c4752ff482861dae8289634737f02c (patch)
treef76df70e9598a8b2f0af7741ff5b0d2be4bb3588 /x11-themes/mplayer-skins/mplayer-skins-0.2-r4.ebuild
parentDon't call chown with root:root. (diff)
downloadgentoo-2-73449f6a60c4752ff482861dae8289634737f02c.tar.gz
gentoo-2-73449f6a60c4752ff482861dae8289634737f02c.tar.bz2
gentoo-2-73449f6a60c4752ff482861dae8289634737f02c.zip
Fixed cp commandline and removed root:root chown.
(Portage version: 2.0.51.22)
Diffstat (limited to 'x11-themes/mplayer-skins/mplayer-skins-0.2-r4.ebuild')
-rw-r--r--x11-themes/mplayer-skins/mplayer-skins-0.2-r4.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-themes/mplayer-skins/mplayer-skins-0.2-r4.ebuild b/x11-themes/mplayer-skins/mplayer-skins-0.2-r4.ebuild
index f8b184ed461c..fbe82cd6d3ab 100644
--- a/x11-themes/mplayer-skins/mplayer-skins-0.2-r4.ebuild
+++ b/x11-themes/mplayer-skins/mplayer-skins-0.2-r4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/mplayer-skins/mplayer-skins-0.2-r4.ebuild,v 1.5 2004/06/28 22:44:37 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/mplayer-skins/mplayer-skins-0.2-r4.ebuild,v 1.6 2005/08/24 07:53:44 flameeyes Exp $
S=${WORKDIR}
DESCRIPTION="Collection of mplayer themes"
@@ -54,8 +54,8 @@ RDEPEND="media-video/mplayer
src_install () {
dodir /usr/share/mplayer/Skin
- cp -dR * ${D}/usr/share/mplayer/Skin/
- chown -R root:root ${D}/usr/share/mplayer/Skin/
+ cp -R * ${D}/usr/share/mplayer/Skin/
+ chown -R root:0 ${D}/usr/share/mplayer/Skin/
chmod -R o-w ${D}/usr/share/mplayer/Skin/
chmod -R a+rX ${D}/usr/share/mplayer/Skin/
}