diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:55:10 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:55:10 +0300 |
commit | 50b04895c0886bb6ac2179188509138b2377fcfd (patch) | |
tree | 0959d4ac7b7dcfa0f348e74114f4e37f31a60c88 /extra/scron | |
parent | 3f51e9a775134dec221826e2d82ade6370543cef (diff) | |
download | repository-50b04895c0886bb6ac2179188509138b2377fcfd.tar.gz |
scron: use clsv
Diffstat (limited to 'extra/scron')
-rwxr-xr-x | extra/scron/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/scron/build b/extra/scron/build index 4423a16b..40070b3c 100755 --- a/extra/scron/build +++ b/extra/scron/build @@ -10,7 +10,7 @@ mk() { mk mk DESTDIR="$1" install -DESTDIR="$1" install-sv scron.run +clsv -d "$1" scron.run mv "$1/usr/bin/crond" "$1/usr/bin/scrond" ln -s scrond "$1/usr/bin/crond" |