summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-02-24 14:22:54 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-02-24 14:22:54 +0000
commit8782608397b3cdc671d89ea6cec375293daa7a3b (patch)
tree4186a0154756d9005b61d97cc3cc934eaa2aa819 /x11-themes/sawfish-themes/sawfish-themes-0.0.1-r3.ebuild
parentFix quoting, remove default src_unpack (diff)
downloadgentoo-2-8782608397b3cdc671d89ea6cec375293daa7a3b.tar.gz
gentoo-2-8782608397b3cdc671d89ea6cec375293daa7a3b.tar.bz2
gentoo-2-8782608397b3cdc671d89ea6cec375293daa7a3b.zip
Fix quoting
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/sawfish-themes/sawfish-themes-0.0.1-r3.ebuild')
-rw-r--r--x11-themes/sawfish-themes/sawfish-themes-0.0.1-r3.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r3.ebuild b/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r3.ebuild
index 962e5666ae7e..e78df1611d88 100644
--- a/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r3.ebuild
+++ b/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r3.ebuild,v 1.20 2007/03/29 08:39:54 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r3.ebuild,v 1.21 2010/02/24 14:22:54 ssuominen Exp $
DESCRIPTION="Some nice themes for Sawfish"
HOMEPAGE="http://themes.freshmeat.net/"
@@ -66,11 +66,9 @@ IUSE=""
RDEPEND="=x11-wm/sawfish-1*"
S=${WORKDIR}
-src_compile() {
- einfo "Nothing to compile"
-}
+src_compile() { :; }
src_install() {
dodir /usr/share/sawfish/themes
- cp -pPR * ${D}/usr/share/sawfish/themes
+ cp -pPR * "${D}"/usr/share/sawfish/themes
}