diff --git a/busybox/PACKAGE b/busybox/PACKAGE index bb0467c..3468b75 100644 --- a/busybox/PACKAGE +++ b/busybox/PACKAGE @@ -6,7 +6,7 @@ pkg_install() { cd busybox make defconfig make - make install DESTDIR="$1" + make install DESTDIR="${prefix}" } pkg_uninstall() {