summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-15 03:17:18 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-15 03:17:18 +0000
commit4033296bbcbdba63c448a9183e5edc7b66247bfe (patch)
tree48897c4c0d83bfbaedd05608e7cba34543ba7cfe /net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.0-r3.ebuild
parentDeedra Waters != to Seemant. Sorry Seemant, Deedra is the maintainer :P (Mani... (diff)
downloadgentoo-2-4033296bbcbdba63c448a9183e5edc7b66247bfe.tar.gz
gentoo-2-4033296bbcbdba63c448a9183e5edc7b66247bfe.tar.bz2
gentoo-2-4033296bbcbdba63c448a9183e5edc7b66247bfe.zip
Fix use invocation
Diffstat (limited to 'net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.0-r3.ebuild')
-rw-r--r--net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.0-r3.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.0-r3.ebuild b/net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.0-r3.ebuild
index 17aa6bfc41e6..51952f2e6d7b 100644
--- a/net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.0-r3.ebuild
+++ b/net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.0-r3.ebuild,v 1.3 2004/02/08 19:32:16 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.0-r3.ebuild,v 1.4 2004/06/15 03:16:17 agriffis Exp $
inherit pcmcia
@@ -87,7 +87,7 @@ src_compile() {
config.in
#mv default.config config.in
- if [ -n "`use pcmcia`" ]; then
+ if use pcmcia; then
if [ -n "${PCMCIA_SOURCE_DIR}" ]
then
export PCMCIA_SOURCE_DIR=${PCMCIA_SOURCE_DIR}
@@ -102,7 +102,7 @@ src_compile() {
fi
#mv default.config config.in
- if [ -n "`use usb`" ]; then
+ if use usb; then
sed -i -e 's:PRISM2_USB=n:PRISM2_USB=y:' \
config.in
#mv default.config config.in
@@ -127,7 +127,7 @@ src_install () {
dodir etc/wlan
mv ${D}/etc/conf.d/shared ${D}/etc/wlan/
- if [ -z "`use build`" ]; then
+ if ! use build; then
dodir /usr/share/man/man1
newman ${S}/man/nwepgen.man nwepgen.1