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