summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-01-31 23:53:00 +0000
committerMart Raudsepp <leio@gentoo.org>2008-01-31 23:53:00 +0000
commitf6d7b4047a521897a3879fc50c220fd6ae2296cc (patch)
tree01fda035f887f6026a3d7d241cfc18e7934ddb77 /gnome-base/gnome-session
parentRemove old (diff)
downloadgentoo-2-f6d7b4047a521897a3879fc50c220fd6ae2296cc.tar.gz
gentoo-2-f6d7b4047a521897a3879fc50c220fd6ae2296cc.tar.bz2
gentoo-2-f6d7b4047a521897a3879fc50c220fd6ae2296cc.zip
QA: Fix old versions variable quoting
(Portage version: 2.1.4)
Diffstat (limited to 'gnome-base/gnome-session')
-rw-r--r--gnome-base/gnome-session/gnome-session-2.18.3.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnome-base/gnome-session/gnome-session-2.18.3.ebuild b/gnome-base/gnome-session/gnome-session-2.18.3.ebuild
index 56a91db1466f..0332edc870a2 100644
--- a/gnome-base/gnome-session/gnome-session-2.18.3.ebuild
+++ b/gnome-base/gnome-session/gnome-session-2.18.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-2.18.3.ebuild,v 1.9 2007/09/23 05:31:51 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-2.18.3.ebuild,v 1.10 2008/01/31 23:53:00 leio Exp $
inherit eutils gnome2
@@ -46,10 +46,10 @@ src_unpack() {
gnome2_src_unpack
# Patch for Gentoo Branding (bug #42687)
- use branding && epatch ${FILESDIR}/${PN}-2.17.90.1-gentoo-branding.patch
+ use branding && epatch "${FILESDIR}/${PN}-2.17.90.1-gentoo-branding.patch"
# Get rid of random asserts in tons of programs due to development versions
- epatch ${FILESDIR}/${PN}-2.17.90-no-asserts.patch
+ epatch "${FILESDIR}/${PN}-2.17.90-no-asserts.patch"
}
src_install() {
@@ -57,7 +57,7 @@ src_install() {
dodir /etc/X11/Sessions
exeinto /etc/X11/Sessions
- doexe ${FILESDIR}/Gnome
+ doexe "${FILESDIR}/Gnome"
# Our own splash for world domination
if use branding ; then