commit ae7b4a0

chld  ·  2026-08-29 19:42:15 +0000 UTC
parent 5f1c585
busybox: install
1 files changed,  +4, -0
+4, -0
 1@@ -10,6 +10,10 @@ build(){
 2     sed -i 's#GNU/Linux#Serious/Linux#g' `find . -name .config -type f`
 3     gmake PREFIX="$PREFIX" DESTDIR="$PKG" CFLAGS='-static' LDFLAGS='-static'
 4     gmake PREFIX="$PREFIX" DESTDIR="$PKG" install
 5+
 6+    # i dont know why busybox does this but sure ig
 7+    mkdir -p $PKG/$PREFIX/
 8+    cp -r ./_install/* $PKG/$PREFIX/.
 9 }
10 
11 . ${0%/*}/../../libsh/libdmake.sh