Merge branch 'master' of ssh://git.karchnu.fr:2202/WeirdOS/recipes
This commit is contained in:
commit
0fcb9b9816
@ -4,7 +4,8 @@ release: 1
|
|||||||
sources: https://busybox.net/downloads/busybox-%{version}.tar.bz2
|
sources: https://busybox.net/downloads/busybox-%{version}.tar.bz2
|
||||||
@configure
|
@configure
|
||||||
cd busybox-%{version} && make defconfig
|
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
|
@install
|
||||||
mkdir -p '%{pkg}/bin'
|
mkdir -p '%{pkg}/bin'
|
||||||
|
Reference in New Issue
Block a user