diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-16 13:18:33 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-16 13:18:33 +0000 |
commit | 5749a52786f5820d03242df642cbff5efb40ab9d (patch) | |
tree | 740bea13b58e5a7eda5a3b179889410e9536a666 /x11-themes | |
parent | Replace root:root in root:0. Bug #103563. (diff) | |
download | gentoo-2-5749a52786f5820d03242df642cbff5efb40ab9d.tar.gz gentoo-2-5749a52786f5820d03242df642cbff5efb40ab9d.tar.bz2 gentoo-2-5749a52786f5820d03242df642cbff5efb40ab9d.zip |
Replace root:root in root:0. Bug #103563.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/iceicons/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/iceicons/iceicons-0.10.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-themes/iceicons/ChangeLog b/x11-themes/iceicons/ChangeLog index 5ca51c4bf912..c069309bb32d 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.7 2005/09/29 10:15:16 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/iceicons/ChangeLog,v 1.8 2005/12/16 13:18:33 flameeyes Exp $ + + 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> iceicons-0.10.0.ebuild: + Replace root:root in root:0. Bug #103563. 29 Sep 2005; Mamoru KOMACHI <usata@gentoo.org> iceicons-0.10.0.ebuild: Changed cp options to -pPR for non-GNU userlands; bug #103487. diff --git a/x11-themes/iceicons/iceicons-0.10.0.ebuild b/x11-themes/iceicons/iceicons-0.10.0.ebuild index a66ecc78c2a3..bd594bc933c9 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.7 2005/09/29 10:15:16 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/iceicons/iceicons-0.10.0.ebuild,v 1.8 2005/12/16 13:18:33 flameeyes 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/" @@ -22,7 +22,7 @@ ICEICONSDIR="/usr/share/icewm/icons/iceicons" src_install() { dodir ${ICEICONSDIR} cp -pPR icons/* ${D}/${ICEICONSDIR} - chown -R root:root ${D}/${ICEICONSDIR} + chown -R root:0 ${D}/${ICEICONSDIR} chmod -R o-w ${D}/${ICEICONSDIR} dodoc CHANGELOG README TODO winoptions |