summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-11-09 04:04:20 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-11-09 04:04:20 +0000
commitb82c7c8854d03cdfa6574d899ed92118c52f1efd (patch)
tree61850c5e0c1b703e1af0a833ff13e92e4a961aca /eclass/mozilla-launcher.eclass
parentFirst real release. (diff)
downloadhistorical-b82c7c8854d03cdfa6574d899ed92118c52f1efd.tar.gz
historical-b82c7c8854d03cdfa6574d899ed92118c52f1efd.tar.bz2
historical-b82c7c8854d03cdfa6574d899ed92118c52f1efd.zip
Fixing || and ! use in moznopango instance.
Diffstat (limited to 'eclass/mozilla-launcher.eclass')
-rw-r--r--eclass/mozilla-launcher.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozilla-launcher.eclass b/eclass/mozilla-launcher.eclass
index af92216fd85a..fa705e5f9ded 100644
--- a/eclass/mozilla-launcher.eclass
+++ b/eclass/mozilla-launcher.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla-launcher.eclass,v 1.14 2006/11/09 00:07:43 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla-launcher.eclass,v 1.15 2006/11/09 04:04:20 cardoe Exp $
inherit nsplugins multilib
@@ -70,7 +70,7 @@ install_mozilla_launcher_stub() {
dodir /usr/bin
- if [[ ${PN: -4} == "-bin" ]] | use ! moznopango; then
+ if [[ ${PN: -4} == "-bin" ]] || ! use moznopango; then
cat <<EOF >${D}/usr/bin/${name}
#!/bin/sh
#