diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-12 18:14:28 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-12 18:14:28 (EST) |
commit | ea53d2c9b249ceb20e3fe792bb18921b4435320c (patch) | |
tree | fd950158c08428405cb30eeb55049d67dd48f021 /build | |
parent | 9007efd01278bed6290f74af74b5abb86b3dfd0f (diff) |
/sbin/init: Don't manage with u-a
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ install: build set -e; exec 3>dest/usr/share/busybox/alternatives; \ for f in dest/bin/* dest/sbin/* dest/usr/bin/* dest/usr/sbin/*; do \ case "$${f}" in \ - dest/bin/busybox | dest/bin/sh) ;; \ + dest/bin/busybox | dest/bin/sh | dest/sbin/init) ;; \ *) \ rm "$${f}"; \ printf '%s\n' "$${f#dest}" >&3; \ |