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 | 55c7600dbfcf179d032e7af16bf2cff2d785e3b8 (patch) | |
tree | aba7cd90b08f87220a6beb1c8167c3e2c77728a8 /x11-plugins | |
parent | add ~alpha ~ia64 (diff) | |
download | historical-55c7600dbfcf179d032e7af16bf2cff2d785e3b8.tar.gz historical-55c7600dbfcf179d032e7af16bf2cff2d785e3b8.tar.bz2 historical-55c7600dbfcf179d032e7af16bf2cff2d785e3b8.zip |
Changed chown root:root to fix bug 103563
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-plugins')
-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..4fc5b81628cd 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 544c306cfcfc8d74fe38eaaaa1a19e4f desklet-rhythmlet-0.3g.ebuild 1680 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} } |