From 174ad135b458d8638e68f00c55a7f7edfc5b99d8 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Sun, 25 Jul 2021 20:31:17 +0200 Subject: [PATCH] bb patch --- busybox/build | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/busybox/build b/busybox/build index 2a2aca2..31074e4 100755 --- a/busybox/build +++ b/busybox/build @@ -6,8 +6,9 @@ make defconfig LDFLAGS="--static" make make install DESTDIR="$1" +rsync -a ./busybox/ "$1"/bin/ cd "_install" install linuxrc "$1"/linuxrc -rsync -a ./bin/ "$1"/bin/ -rsync -a ./sbin/ "$1"/sbin/ -rsync -a ./usr "$1"/usr/ +rsync -a -v ./bin/ "$1"/bin/ +rsync -a -v ./sbin/ "$1"/sbin/ +rsync -a -v ./usr "$1"/usr/