From c75baeb8ca6cb6199c657546489053d67ee378a5 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Thu, 1 Jul 2021 23:09:00 +0200 Subject: [PATCH] busybox fix --- busybox/PACKAGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {