diff options
author | Michael Januszewski <spock@gentoo.org> | 2005-08-26 17:56:13 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2005-08-26 17:56:13 +0000 |
commit | ac958b98a538572ba99cd24965acf4ee7b7d121b (patch) | |
tree | 600509393d4210c1f56903b2d1e917afc52a2954 /media-gfx/bootsplash-themes/bootsplash-themes-20040821-r1.ebuild | |
parent | Stable on sparc (diff) | |
download | gentoo-2-ac958b98a538572ba99cd24965acf4ee7b7d121b.tar.gz gentoo-2-ac958b98a538572ba99cd24965acf4ee7b7d121b.tar.bz2 gentoo-2-ac958b98a538572ba99cd24965acf4ee7b7d121b.zip |
Changed 'chown root:root' to 'chown root:0' (bug #103563). Removed old ebuild.
(Portage version: 1.589-cvs)
Diffstat (limited to 'media-gfx/bootsplash-themes/bootsplash-themes-20040821-r1.ebuild')
-rw-r--r-- | media-gfx/bootsplash-themes/bootsplash-themes-20040821-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/bootsplash-themes/bootsplash-themes-20040821-r1.ebuild b/media-gfx/bootsplash-themes/bootsplash-themes-20040821-r1.ebuild index b92509a6af3b..9187734c4197 100644 --- a/media-gfx/bootsplash-themes/bootsplash-themes-20040821-r1.ebuild +++ b/media-gfx/bootsplash-themes/bootsplash-themes-20040821-r1.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/media-gfx/bootsplash-themes/bootsplash-themes-20040821-r1.ebuild,v 1.3 2005/07/07 18:36:03 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash-themes/bootsplash-themes-20040821-r1.ebuild,v 1.4 2005/08/26 17:56:13 spock Exp $ DESCRIPTION="A collection of Bootsplash themes" HOMEPAGE="http://www.bootsplash.de/" @@ -190,7 +190,7 @@ src_install() { mv * "${D}/etc/bootsplash" fi - chown -R root:root "${D}/${mypath}" + chown -R root:0 "${D}/${mypath}" chmod -R o-w "${D}/${mypath}" } |