summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-10 06:32:28 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-10 06:32:28 (EST)
commit10ca6a375343b3f61c4ecc0a48372c15964d7d0a (patch)
tree13a6d412abea386e78edca8ba90d30f835dc4719 /build
parenta12da383a6f4a4c129b624111bf693422f00d1ef (diff)
Remove *.busybox links
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
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; \