diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-24 14:24:00 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-24 14:24:00 +0000 |
commit | 1386e4256625c4e3d52c07b23cdd070f56213c19 (patch) | |
tree | 6f660ee5cbb0e8f9be3cbe4947ed08c5310706e9 /x11-themes | |
parent | Fix quoting (diff) | |
download | gentoo-2-1386e4256625c4e3d52c07b23cdd070f56213c19.tar.gz gentoo-2-1386e4256625c4e3d52c07b23cdd070f56213c19.tar.bz2 gentoo-2-1386e4256625c4e3d52c07b23cdd070f56213c19.zip |
Fix quoting
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/icewm-themes/icewm-themes-0.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/icewm-themes/icewm-themes-0.0.2.ebuild b/x11-themes/icewm-themes/icewm-themes-0.0.2.ebuild index 8748efeabb88..d77a6a8e0b0e 100644 --- a/x11-themes/icewm-themes/icewm-themes-0.0.2.ebuild +++ b/x11-themes/icewm-themes/icewm-themes-0.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/icewm-themes/icewm-themes-0.0.2.ebuild,v 1.5 2008/02/19 02:12:31 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/icewm-themes/icewm-themes-0.0.2.ebuild,v 1.6 2010/02/24 14:24:00 ssuominen Exp $ DESCRIPTION="Collection of IceWM themes" HOMEPAGE="http://www.icewm.org/ @@ -79,7 +79,7 @@ src_install() { dodir ${ICEWM_THEMES} || die cp -pR * "${D}"/${ICEWM_THEMES} || die chown -R root:0 "${D}"/${ICEWM_THEMES} || die - rm -f ${D}/${ICEWM_THEMES}/Cyrus-IceWM/cpframes.sh || die "Failed in Cyrus-IceWM theme fix" + rm -f "${D}"/${ICEWM_THEMES}/Cyrus-IceWM/cpframes.sh || die "Failed in Cyrus-IceWM theme fix" # start elberg theme packaging fix mv "${D}"/${ICEWM_THEMES}/themes/* "${D}"/${ICEWM_THEMES} || die "Error in elberg theme fix" |