diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-25 20:31:01 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-25 20:31:01 +0000 |
commit | 49be4b066be587fbadbf42baf7181513bb68146b (patch) | |
tree | 7b4da58ada4d666b7b4568ddf6e7166b66196603 /sys-apps/busybox/busybox-0.60.5-r1.ebuild | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-49be4b066be587fbadbf42baf7181513bb68146b.tar.gz gentoo-2-49be4b066be587fbadbf42baf7181513bb68146b.tar.bz2 gentoo-2-49be4b066be587fbadbf42baf7181513bb68146b.zip |
QA - fix use invocation
Diffstat (limited to 'sys-apps/busybox/busybox-0.60.5-r1.ebuild')
-rw-r--r-- | sys-apps/busybox/busybox-0.60.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/busybox/busybox-0.60.5-r1.ebuild b/sys-apps/busybox/busybox-0.60.5-r1.ebuild index 5ec8f9e54247..9957ec07521e 100644 --- a/sys-apps/busybox/busybox-0.60.5-r1.ebuild +++ b/sys-apps/busybox/busybox-0.60.5-r1.ebuild @@ -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/sys-apps/busybox/busybox-0.60.5-r1.ebuild,v 1.11 2004/06/24 21:59:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.60.5-r1.ebuild,v 1.12 2004/06/25 20:28:35 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="Utilities for rescue and embedded systems" @@ -25,7 +25,7 @@ src_unpack() { src_compile() { local myconf use static && myconf="${myconf} DOSTATIC=true" - if [ `use uclibc` ]; then + if use uclibc; then myconf="${myconf} \ CC=/usr/i386-linux-uclibc/bin/i386-uclibc-gcc \ USE_SYSTEM_PWD=false" |