diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-12-04 07:51:37 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-12-04 07:51:37 +0000 |
commit | 4e5e1698356eee48e5384fefe53ebf0cd5c0a8bd (patch) | |
tree | 9925d01c4cccb7a9eb210d2f9ac96bc32f8f7fa4 /www-client/seamonkey-bin | |
parent | stable x86, security bug 200909 (diff) | |
download | gentoo-2-4e5e1698356eee48e5384fefe53ebf0cd5c0a8bd.tar.gz gentoo-2-4e5e1698356eee48e5384fefe53ebf0cd5c0a8bd.tar.bz2 gentoo-2-4e5e1698356eee48e5384fefe53ebf0cd5c0a8bd.zip |
quote some variables
(Portage version: 2.1.3.19)
Diffstat (limited to 'www-client/seamonkey-bin')
-rw-r--r-- | www-client/seamonkey-bin/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/seamonkey-bin/seamonkey-bin-1.1.7.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
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 <opfer@gentoo.org> + seamonkey-bin-1.1.7.ebuild: + quote some variables 04 Dec 2007; Christian Faulhammer <opfer@gentoo.org> 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() { |