aboutsummaryrefslogtreecommitdiff
path: root/core/busybox
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-24 00:54:42 +0300
committerCem Keylan <cem@ckyln.com>2021-07-24 00:54:42 +0300
commit3f51e9a775134dec221826e2d82ade6370543cef (patch)
treeac7361b8a7b84cd4f4ee356f0addce3ef5b0946c /core/busybox
parent549a5e7741e01feb3056e02c4f6c0ed0daa4c9b9 (diff)
downloadrepository-3f51e9a775134dec221826e2d82ade6370543cef.tar.gz
busybox: use clsv
Diffstat (limited to 'core/busybox')
-rwxr-xr-xcore/busybox/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/busybox/build b/core/busybox/build
index 3e691c0b..65b1def3 100755
--- a/core/busybox/build
+++ b/core/busybox/build
@@ -42,7 +42,7 @@ done
chmod u+s "$1/usr/bin/busybox-suid"
# Install runit and sysmgr services.
-DESTDIR=$1 install-sv crond.run mdev.run ntpd.run syslogd.run acpid.run
+clsv -d "$1" 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"