diff options
author | Joe Sapp <nixphoeni@gentoo.org> | 2005-08-26 19:44:10 +0000 |
---|---|---|
committer | Joe Sapp <nixphoeni@gentoo.org> | 2005-08-26 19:44:10 +0000 |
commit | 923902a80f6e6356bb470a15d82824b59343384d (patch) | |
tree | 319e3b6ab2f8c1866c37d92aeba9344ef7ce542d /eclass | |
parent | gcc-4.1 snapshot bump (diff) | |
download | gentoo-2-923902a80f6e6356bb470a15d82824b59343384d.tar.gz gentoo-2-923902a80f6e6356bb470a15d82824b59343384d.tar.bz2 gentoo-2-923902a80f6e6356bb470a15d82824b59343384d.zip |
Changed chown for Sensor installation to fix bug 103563
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gdesklets.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gdesklets.eclass b/eclass/gdesklets.eclass index ce532805c919..02e368cbe3a7 100644 --- a/eclass/gdesklets.eclass +++ b/eclass/gdesklets.eclass @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/eclass/gdesklets.eclass,v 1.9 2005/07/30 18:15:36 nixphoeni Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gdesklets.eclass,v 1.10 2005/08/26 19:44:10 nixphoeni Exp $ # # Authors: Joe Sapp <nixphoeni@gentoo.org> # Mike Gardiner <obz@gentoo.org> @@ -61,7 +61,7 @@ gdesklets_src_install() { --nomsg ${D}${GDESKLETS_INST_DIR}/Sensors || \ die "Couldn't Install Sensor" - chown -R root:root ${D}${GDESKLETS_INST_DIR}/Sensors/${SENSOR_NAME} + chown -R root:0 ${D}${GDESKLETS_INST_DIR}/Sensors/${SENSOR_NAME} done # for in ${SENSOR_NAME} fi # if -n "${SENSOR_NAME}" |