diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-12-08 05:48:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-12-08 05:48:58 +0000 |
commit | 756f2f88573807cc790b6874e92860636495e07f (patch) | |
tree | ce627e64c5d72b8e245bc8210ef9b10ee55af6ea /x11-themes/windowmaker-themes/windowmaker-themes-0.1.ebuild | |
parent | Disable Xaw3d even when installed if USE="-Xaw3d". Bug 35300 (diff) | |
download | gentoo-2-756f2f88573807cc790b6874e92860636495e07f.tar.gz gentoo-2-756f2f88573807cc790b6874e92860636495e07f.tar.bz2 gentoo-2-756f2f88573807cc790b6874e92860636495e07f.zip |
chown x.y -> chown x:y (bug 35127)
Diffstat (limited to 'x11-themes/windowmaker-themes/windowmaker-themes-0.1.ebuild')
-rw-r--r-- | x11-themes/windowmaker-themes/windowmaker-themes-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/windowmaker-themes/windowmaker-themes-0.1.ebuild b/x11-themes/windowmaker-themes/windowmaker-themes-0.1.ebuild index b1d6fdde9f5b..65e4032be665 100644 --- a/x11-themes/windowmaker-themes/windowmaker-themes-0.1.ebuild +++ b/x11-themes/windowmaker-themes/windowmaker-themes-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/windowmaker-themes/windowmaker-themes-0.1.ebuild,v 1.4 2003/09/29 21:57:16 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/windowmaker-themes/windowmaker-themes-0.1.ebuild,v 1.5 2003/12/08 05:45:09 mr_bones_ Exp $ # TODO: Break themes up by author and into sub-dirs named after # the author @@ -108,7 +108,7 @@ src_unpack() { src_install () { dodir /usr/share/WindowMaker/Themes cp -dpR * ${D}/usr/share/WindowMaker/Themes/ - chown -R root.root ${D}/usr/share/WindowMaker/Themes/ + chown -R root:root ${D}/usr/share/WindowMaker/Themes/ chmod -R o-w ${D}/usr/share/WindowMaker/Themes/ } |