diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:54:42 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:54:42 +0300 |
commit | 3f51e9a775134dec221826e2d82ade6370543cef (patch) | |
tree | ac7361b8a7b84cd4f4ee356f0addce3ef5b0946c | |
parent | 549a5e7741e01feb3056e02c4f6c0ed0daa4c9b9 (diff) | |
download | repository-3f51e9a775134dec221826e2d82ade6370543cef.tar.gz |
busybox: use clsv
-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" |