diff options
-rwxr-xr-x | core/busybox/build | 2 |
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" |