From 4e5e1698356eee48e5384fefe53ebf0cd5c0a8bd Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Tue, 4 Dec 2007 07:51:37 +0000 Subject: quote some variables (Portage version: 2.1.3.19) --- www-client/seamonkey-bin/ChangeLog | 6 +++++- www-client/seamonkey-bin/seamonkey-bin-1.1.7.ebuild | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'www-client/seamonkey-bin') diff --git a/www-client/seamonkey-bin/ChangeLog b/www-client/seamonkey-bin/ChangeLog index 79da246bb38a..0377a9d86db4 100644 --- a/www-client/seamonkey-bin/ChangeLog +++ b/www-client/seamonkey-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/seamonkey-bin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.35 2007/12/04 07:49:35 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.36 2007/12/04 07:51:37 opfer Exp $ + + 04 Dec 2007; Christian Faulhammer + seamonkey-bin-1.1.7.ebuild: + quote some variables 04 Dec 2007; Christian Faulhammer seamonkey-bin-1.1.7.ebuild: diff --git a/www-client/seamonkey-bin/seamonkey-bin-1.1.7.ebuild b/www-client/seamonkey-bin/seamonkey-bin-1.1.7.ebuild index 4088fbc5c647..e523d8729a57 100644 --- a/www-client/seamonkey-bin/seamonkey-bin-1.1.7.ebuild +++ b/www-client/seamonkey-bin/seamonkey-bin-1.1.7.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/www-client/seamonkey-bin/seamonkey-bin-1.1.7.ebuild,v 1.2 2007/12/04 07:49:35 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.7.ebuild,v 1.3 2007/12/04 07:51:37 opfer Exp $ inherit eutils mozilla-launcher multilib @@ -43,14 +43,14 @@ src_install() { # Install seamonkey in /opt dodir ${MOZILLA_FIVE_HOME%/*} - mv ${S} ${D}${MOZILLA_FIVE_HOME} + mv "${S}" "${D}${MOZILLA_FIVE_HOME}" # Install /usr/bin/seamonkey-bin install_mozilla_launcher_stub seamonkey-bin ${MOZILLA_FIVE_HOME} # Install icon and .desktop for menu entry - doicon ${FILESDIR}/icon/${PN}.png - domenu ${FILESDIR}/icon/${PN}.desktop + doicon "${FILESDIR}/icon/${PN}.png" + domenu "${FILESDIR}/icon/${PN}.desktop" } pkg_preinst() { -- cgit v1.2.3-65-gdbad