diff options
Diffstat (limited to 'base/busybox/Pkgfile')
-rw-r--r-- | base/busybox/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/base/busybox/Pkgfile b/base/busybox/Pkgfile index fcfb51d07..0a68f9799 100644 --- a/base/busybox/Pkgfile +++ b/base/busybox/Pkgfile @@ -4,7 +4,7 @@ # Packager: thierryn1 at hispeed dot ch name=busybox -version=1.17.3 +version=1.18.1 release=1 source=(http://busybox.net/downloads/$name-$version.tar.bz2 \ config) @@ -12,8 +12,9 @@ source=(http://busybox.net/downloads/$name-$version.tar.bz2 \ build() { cd $name-$version cp ../config .config + make menuconfig make - cp .config $PKGMK_HOME_DIR/config + cp .config /tmp/config make CONFIG_PREFIX=$PKG install } |