diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 07:28:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 07:28:59 +0000 |
commit | ebd0966c312b9a54005cabf19c5249665ac2ae3b (patch) | |
tree | 2bc8e65f3a89da62b54daf5fbec7887be1fb7328 /x11-themes/nautilus-themes/nautilus-themes-1.0.ebuild | |
parent | fixing Manifest (diff) | |
download | historical-ebd0966c312b9a54005cabf19c5249665ac2ae3b.tar.gz historical-ebd0966c312b9a54005cabf19c5249665ac2ae3b.tar.bz2 historical-ebd0966c312b9a54005cabf19c5249665ac2ae3b.zip |
whitespace cleanup
Diffstat (limited to 'x11-themes/nautilus-themes/nautilus-themes-1.0.ebuild')
-rw-r--r-- | x11-themes/nautilus-themes/nautilus-themes-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/nautilus-themes/nautilus-themes-1.0.ebuild b/x11-themes/nautilus-themes/nautilus-themes-1.0.ebuild index cc761cffaa03..1cd003c1f022 100644 --- a/x11-themes/nautilus-themes/nautilus-themes-1.0.ebuild +++ b/x11-themes/nautilus-themes/nautilus-themes-1.0.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/nautilus-themes/nautilus-themes-1.0.ebuild,v 1.2 2003/02/13 17:44:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/nautilus-themes/nautilus-themes-1.0.ebuild,v 1.3 2003/09/06 07:28:56 msterret Exp $ DESCRIPTION="Some nice themes for Nautilus" S=${WORKDIR} @@ -17,7 +17,7 @@ SRC_URI="${THEME_URI}Nautilus-Blue-Ripped.tar.bz2 ${THEME_URI}Nautilus-World-of-Aqua-0.10.tar.gz ${THEME_URI}Nautilus-Ximian-North-0.9.1.tar.gz ${THEME_URI}Nautilus-Ximian-South-1.3.5.tar.gz" - + HOMEPAGE="http://art.gnome.org/theme_list.php?category=nautilus" DEPEND="" @@ -41,6 +41,6 @@ src_install() { cd ${D}/usr/share/pixmaps/nautilus unpack ${A} - + chmod -R ugo=rX * } |