Obsolete
/
recipes
Archived
3
0
Fork 0

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

master
Philippe PITTOLI 2019-08-26 16:28:45 +02:00
commit 0fcb9b9816
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'