Archived
3
0

Merge branch 'master' of ssh://git.karchnu.fr:2202/WeirdOS/recipes

This commit is contained in:
Philippe PITTOLI 2019-08-26 16:28:45 +02:00
commit 0fcb9b9816

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'