aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKARBOWSKI Piotr <piotr.karbowski@gmail.com>2017-12-25 19:11:28 +0100
committerKARBOWSKI Piotr <piotr.karbowski@gmail.com>2017-12-25 19:11:28 +0100
commit41ace0598344744e40ee06490dc1387cc90a286f (patch)
tree555f3eb18d34c020d41023115dfb5112fcd7be46
parentChangeLog update (diff)
downloadbetter-initramfs-41ace0598344744e40ee06490dc1387cc90a286f.tar.xz
better-initramfs-41ace0598344744e40ee06490dc1387cc90a286f.zip
bootstrap/lebuilds/busybox.lebuild: update
Version 1.21.1 -> 1.27.2
-rwxr-xr-xbootstrap/lebuilds/busybox.lebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/bootstrap/lebuilds/busybox.lebuild b/bootstrap/lebuilds/busybox.lebuild
index 2fbc481..dffd139 100755
--- a/bootstrap/lebuilds/busybox.lebuild
+++ b/bootstrap/lebuilds/busybox.lebuild
@@ -1,18 +1,18 @@
#!/bin/sh
name='busybox'
-version='1.21.1'
+version='1.27.2'
sources=( "http://www.busybox.net/downloads/${name}-${version}.tar.bz2" )
homepage='http://busybox.net/'
license='GPLv2'
build_cmd="
- cd /source/${name}-${version} && \
- make silentoldconfig && \
- make -j ${cores_num:-1} && \
- /source/${name}-${version}/busybox cp /source/${name}-${version}/busybox /bin/busybox
+ cd /source/${name}-${version} && \
+ make silentoldconfig && \
+ make -j ${cores_num:-1} && \
+ make CONFIG_PREFIX=/binit/prefix install
"
-deploy="/source/${name}-${version}/busybox"
+deploy="/binit/prefix/bin/busybox"
fetch_source
install_source