busybox fix

This commit is contained in:
Ohio2 2021-07-01 23:09:00 +02:00
parent f47b27a5c6
commit c75baeb8ca

View file

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