busybox fix

This commit is contained in:
Ohio2 2021-07-01 23:12:12 +02:00
parent c75baeb8ca
commit 165fde3ff2

View file

@ -6,7 +6,8 @@ pkg_install() {
cd busybox cd busybox
make defconfig make defconfig
make make
make install DESTDIR="${prefix}" echo $1
make install DESTDIR="$1"
} }
pkg_uninstall() { pkg_uninstall() {