From 142e059b825bd0fb5111492e875e457ad3fde935 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Wed, 30 Jun 2021 15:46:51 +0200 Subject: [PATCH] Busybox symlinks added --- busybox/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/busybox/Makefile b/busybox/Makefile index eaafdab..f85d470 100644 --- a/busybox/Makefile +++ b/busybox/Makefile @@ -6,5 +6,6 @@ busybox: make install: make install DESTDIR="${PREFIX}" + busybox --install uninstall: make uninstall