summaryrefslogtreecommitdiff
path: root/eclass
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
commit89434bcd3687b8953decafa183d679d44acf98bd (patch)
tree640decc320c8664d667bbc4bfa1a7dd3ca2c11af /eclass
parentFirst real release. (diff)
downloadgentoo-2-89434bcd3687b8953decafa183d679d44acf98bd.tar.gz
gentoo-2-89434bcd3687b8953decafa183d679d44acf98bd.tar.bz2
gentoo-2-89434bcd3687b8953decafa183d679d44acf98bd.zip
Fixing || and ! use in moznopango instance.
Diffstat (limited to '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
#