summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alberto Suarez Lopez <bass@gentoo.org>2002-06-02 01:30:46 +0000
committerJose Alberto Suarez Lopez <bass@gentoo.org>2002-06-02 01:30:46 +0000
commite0ee6d8467563d33c2638261c94f8f58d7e6059d (patch)
tree089a495cc1dd1a1114114cfc994ccdf110f154f2 /net-misc/firestarter
parentnew dbench ebuild and app-benchmarks category (diff)
downloadgentoo-2-e0ee6d8467563d33c2638261c94f8f58d7e6059d.tar.gz
gentoo-2-e0ee6d8467563d33c2638261c94f8f58d7e6059d.tar.bz2
gentoo-2-e0ee6d8467563d33c2638261c94f8f58d7e6059d.zip
minor bug fixed
Diffstat (limited to 'net-misc/firestarter')
-rw-r--r--net-misc/firestarter/firestarter-0.8.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/firestarter/firestarter-0.8.2.ebuild b/net-misc/firestarter/firestarter-0.8.2.ebuild
index 1a2093356576..86e68b13b488 100644
--- a/net-misc/firestarter/firestarter-0.8.2.ebuild
+++ b/net-misc/firestarter/firestarter-0.8.2.ebuild
@@ -21,7 +21,7 @@ src_compile() {
local myconf
use nls \
- && myconf="${myconf} --enable-nls"
+ && myconf="${myconf} --enable-nls" \
|| myconf="${myconf} --disable-nls"
econf ${myconf} || die "econf failed"
emake || die "emake failed"