diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-11-09 04:04:20 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-11-09 04:04:20 +0000 |
commit | 89434bcd3687b8953decafa183d679d44acf98bd (patch) | |
tree | 640decc320c8664d667bbc4bfa1a7dd3ca2c11af /eclass | |
parent | First real release. (diff) | |
download | gentoo-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.eclass | 4 |
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 # |