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 --- 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; \ diff --git a/busybox.pkg/postinst b/busybox.pkg/postinst index ae66306..1a5d744 100755 --- a/busybox.pkg/postinst +++ b/busybox.pkg/postinst @@ -7,7 +7,7 @@ if [ "x${1}" = 'xconfigure' ]; then # increased to 30), and expect-doc provides a /usr/bin/mkpasswd # alternative with priority 10. update-alternatives --install "${link}" "${link##*/}" \ - "${link}.busybox" 15 + /bin/busybox 15 done , and <*.busybox> links have been removed. -- Patrick McDermott Thu, 10 Dec 2020 06:23:11 -0500 -- cgit v0.9.1