diff options
author | Patrick 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) |
commit | 10ca6a375343b3f61c4ecc0a48372c15964d7d0a (patch) | |
tree | 13a6d412abea386e78edca8ba90d30f835dc4719 /build | |
parent | a12da383a6f4a4c129b624111bf693422f00d1ef (diff) |
Remove *.busybox links
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; \ |