diff options
author | Wout Mertens <wmertens@gentoo.org> | 2002-05-21 00:08:53 +0000 |
---|---|---|
committer | Wout Mertens <wmertens@gentoo.org> | 2002-05-21 00:08:53 +0000 |
commit | ad10d7457283185009d6bc1a3ffaa1b3cf70de5b (patch) | |
tree | 327959e8c6b127ff6e1776d557f5fd38ba680b9b /sys-apps/busybox | |
parent | first relase of xsatellite (diff) | |
download | gentoo-2-ad10d7457283185009d6bc1a3ffaa1b3cf70de5b.tar.gz gentoo-2-ad10d7457283185009d6bc1a3ffaa1b3cf70de5b.tar.bz2 gentoo-2-ad10d7457283185009d6bc1a3ffaa1b3cf70de5b.zip |
Fixed two typos
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r-- | sys-apps/busybox/busybox-0.60.3.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/busybox/files/Config.h-0.60.3-cd | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/sys-apps/busybox/busybox-0.60.3.ebuild b/sys-apps/busybox/busybox-0.60.3.ebuild index a95efcd8a180..abebe8db95da 100644 --- a/sys-apps/busybox/busybox-0.60.3.ebuild +++ b/sys-apps/busybox/busybox-0.60.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.60.3.ebuild,v 1.1 2002/05/20 22:36:33 wmertens Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.60.3.ebuild,v 1.2 2002/05/21 00:08:53 wmertens Exp $ S=${WORKDIR}/${P} DESCRIPTION="Utilities for rescue and embedded systems" @@ -17,8 +17,7 @@ src_unpack() { } src_compile() { - # If the var BUSYBOX_STATIC is set, it will buid a static busybox - [ -n "$BUSYBOX_STATIC" ] && myconf="$myconf DOSTATIC=true" + use static && myconf="$myconf DOSTATIC=true" emake $myconf || die } diff --git a/sys-apps/busybox/files/Config.h-0.60.3-cd b/sys-apps/busybox/files/Config.h-0.60.3-cd index 7c0041a2fc11..7b0bf82801c7 100644 --- a/sys-apps/busybox/files/Config.h-0.60.3-cd +++ b/sys-apps/busybox/files/Config.h-0.60.3-cd @@ -217,7 +217,7 @@ #define BB_FEATURE_USE_INITTAB // //Enable init being called as /linuxrc -//#define BB_FEATURE_LINUXRC +#define BB_FEATURE_LINUXRC // //Have init enable core dumping for child processes (for debugging only) //#define BB_FEATURE_INIT_COREDUMPS |