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