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 | d74b1d9098e814f70fc12c89f0e5ca62466770ee (patch) | |
tree | ee8ec7b0df39ea99359723ced95faa68a4834b10 /sys-apps/busybox | |
parent | first relase of xsatellite (diff) | |
download | historical-d74b1d9098e814f70fc12c89f0e5ca62466770ee.tar.gz historical-d74b1d9098e814f70fc12c89f0e5ca62466770ee.tar.bz2 historical-d74b1d9098e814f70fc12c89f0e5ca62466770ee.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 |