diff options
author | Joe Sapp <nixphoeni@gentoo.org> | 2005-08-26 19:50:02 +0000 |
---|---|---|
committer | Joe Sapp <nixphoeni@gentoo.org> | 2005-08-26 19:50:02 +0000 |
commit | 7c90ff328844eeb368f80bc434fba897442282a2 (patch) | |
tree | d20af0a5ac738d0b36044f403297fdf68179c9f6 /x11-plugins/desklet-rhythmlet | |
parent | add ~alpha ~ia64 (diff) | |
download | gentoo-2-7c90ff328844eeb368f80bc434fba897442282a2.tar.gz gentoo-2-7c90ff328844eeb368f80bc434fba897442282a2.tar.bz2 gentoo-2-7c90ff328844eeb368f80bc434fba897442282a2.zip |
Changed chown root:root to fix bug 103563
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-plugins/desklet-rhythmlet')
-rw-r--r-- | x11-plugins/desklet-rhythmlet/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/desklet-rhythmlet/desklet-rhythmlet-0.3g.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-plugins/desklet-rhythmlet/Manifest b/x11-plugins/desklet-rhythmlet/Manifest index dc4abed5ce1b..3a6e86841df7 100644 --- a/x11-plugins/desklet-rhythmlet/Manifest +++ b/x11-plugins/desklet-rhythmlet/Manifest @@ -1,4 +1,4 @@ -MD5 d1cf12a59fbcdc2900cf7ea9458c7033 desklet-rhythmlet-0.3g.ebuild 1679 +MD5 7e6fe1fb93072bdc8bcbe21461299ab6 desklet-rhythmlet-0.3g.ebuild 1556 MD5 d96a5acf6923532292e17243436e481f ChangeLog 1018 MD5 a175a96fb7e85b152ade748dbd2360e0 metadata.xml 213 MD5 0ef75251b83f0cae5fbdd4bb9d741dad files/digest-desklet-rhythmlet-0.3g 69 diff --git a/x11-plugins/desklet-rhythmlet/desklet-rhythmlet-0.3g.ebuild b/x11-plugins/desklet-rhythmlet/desklet-rhythmlet-0.3g.ebuild index 13b9dfd1e388..e2a776278fd9 100644 --- a/x11-plugins/desklet-rhythmlet/desklet-rhythmlet-0.3g.ebuild +++ b/x11-plugins/desklet-rhythmlet/desklet-rhythmlet-0.3g.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-plugins/desklet-rhythmlet/desklet-rhythmlet-0.3g.ebuild,v 1.5 2004/11/11 20:48:34 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-rhythmlet/desklet-rhythmlet-0.3g.ebuild,v 1.6 2005/08/26 19:50:02 nixphoeni Exp $ DESKLET_NAME="Rhythmlet" @@ -52,7 +52,7 @@ src_install() { dodoc ${DOCS} # the desklets unpack preserves permissions of the archive - chown -R root:root ${D}${SYS_PATH}/Sensors/${DESKLET_NAME} + chown -R root:0 ${D}${SYS_PATH}/Sensors/${DESKLET_NAME} } |