From 10ca6a375343b3f61c4ecc0a48372c15964d7d0a Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 10 Dec 2020 06:32:28 -0500 Subject: Remove *.busybox links --- (limited to 'build') diff --git a/build b/build index 6b2bef8..1c35496 100755 --- a/build +++ b/build @@ -42,7 +42,7 @@ install: build case "$${f}" in \ dest/bin/busybox | dest/bin/sh) ;; \ *) \ - mv "$${f}" "$${f}.busybox"; \ + rm "$${f}"; \ printf '%s\n' "$${f#dest}" >&3; \ ;; \ esac; \ -- cgit v0.9.1