summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Longland <redhatter@gentoo.org>2007-12-18 00:17:10 +0000
committerStuart Longland <redhatter@gentoo.org>2007-12-18 00:17:10 +0000
commit63e901a568bd1ccd34a70db67a078ba7616cb58e (patch)
tree7a65f8056ba4e7dbd756ac9289c6a85011ed141e /www-client/mozilla-launcher/mozilla-launcher-1.55.ebuild
parentMark 4.6.7 stable on MIPS. Fix quoting issues in all versions. (diff)
downloadgentoo-2-63e901a568bd1ccd34a70db67a078ba7616cb58e.tar.gz
gentoo-2-63e901a568bd1ccd34a70db67a078ba7616cb58e.tar.bz2
gentoo-2-63e901a568bd1ccd34a70db67a078ba7616cb58e.zip
1.56 tested and working on MIPS. Marked stable. Quoting fixed in all versions.
(Portage version: 2.1.3.19)
Diffstat (limited to 'www-client/mozilla-launcher/mozilla-launcher-1.55.ebuild')
-rw-r--r--www-client/mozilla-launcher/mozilla-launcher-1.55.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/mozilla-launcher/mozilla-launcher-1.55.ebuild b/www-client/mozilla-launcher/mozilla-launcher-1.55.ebuild
index e6c6cce32442..38042f24caa3 100644
--- a/www-client/mozilla-launcher/mozilla-launcher-1.55.ebuild
+++ b/www-client/mozilla-launcher/mozilla-launcher-1.55.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/mozilla-launcher/mozilla-launcher-1.55.ebuild,v 1.2 2007/10/16 17:13:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-launcher/mozilla-launcher-1.55.ebuild,v 1.3 2007/12/18 00:17:10 redhatter Exp $
inherit eutils
@@ -26,7 +26,7 @@ src_install() {
pkg_postinst() {
local f
- find ${ROOT}/usr/bin -maxdepth 1 -type l | \
+ find "${ROOT}/usr/bin" -maxdepth 1 -type l | \
while read f; do
[[ $(readlink ${f}) == mozilla-launcher ]] || continue
einfo "Updating ${f} symlink to /usr/libexec/mozilla-launcher"