aboutsummaryrefslogtreecommitdiff
path: root/core/busybox
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-02-16 15:34:56 +0300
committerCem Keylan <cem@ckyln.com>2021-02-16 15:34:56 +0300
commit802f1e893bb0bb62e6d5c9c09d04c6c0a0621381 (patch)
treeb62661dc766672ecbcb0dc63ae417aec04b69c55 /core/busybox
parenta24f617e22453a8aef55ba4f717c35ab83b8d85b (diff)
downloadrepository-802f1e893bb0bb62e6d5c9c09d04c6c0a0621381.tar.gz
busybox: use install-sv
Diffstat (limited to 'core/busybox')
-rwxr-xr-xcore/busybox/build6
1 files changed, 1 insertions, 5 deletions
diff --git a/core/busybox/build b/core/busybox/build
index df00282d..28320a46 100755
--- a/core/busybox/build
+++ b/core/busybox/build
@@ -42,11 +42,7 @@ done
chmod u+s "$1/usr/bin/busybox-suid"
# Install runit and sysmgr services.
-for service in crond.run mdev.run ntpd.run syslogd.run acpid.run ; do
- kinstall 755 "$service" "$1/etc/sv/${service%.*}/run"
- kinstall 755 "$service" "$1/etc/sysmgr/${service%.*}"
- ln -s /run/runit/supervise.${service%.*} "$1/etc/sv/${service%.*}/supervise"
-done
+DESTDIR=$1 install-sv crond.run mdev.run ntpd.run syslogd.run acpid.run
# Install configurations for ntp, init, and mdev.
kinstall 644 ntp.conf "$1/etc/ntp.conf"