busybox: portability fix

master
Luka Vandervelden 2019-08-26 15:56:15 +02:00
parent 1721cc3ecb
commit 63aa380108
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ release: 1
sources: https://busybox.net/downloads/busybox-%{version}.tar.bz2
@configure
cd busybox-%{version} && make defconfig
sed -i -e 's/.*CONFIG_STATIC.*/CONFIG_STATIC=y/' busybox-%{version}/.config
sed -e 's/.*CONFIG_STATIC.*/CONFIG_STATIC=y/' busybox-%{version}/.config > config-new
mv config-new busybox-%{version}/.config
@install
mkdir -p '%{pkg}/bin'