diff options
author | 2002-06-02 01:30:46 +0000 | |
---|---|---|
committer | 2002-06-02 01:30:46 +0000 | |
commit | e0ee6d8467563d33c2638261c94f8f58d7e6059d (patch) | |
tree | 089a495cc1dd1a1114114cfc994ccdf110f154f2 /net-misc/firestarter | |
parent | new dbench ebuild and app-benchmarks category (diff) | |
download | gentoo-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.ebuild | 2 |
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" |