scron: fix alternatives; args were swapped.
This commit is contained in:
parent
87b84bbf6b
commit
0cd7a08c74
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'scron'
|
||||
pkgname=scron
|
||||
version=0.4
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-makefile
|
||||
short_desc="Simple cron daemon"
|
||||
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
||||
|
@ -12,8 +12,8 @@ checksum=4ae8225a3991e42e29791d981192c9daf5b9b02609f68775768fe1598ae2ce18
|
|||
provides="cron-daemon-0_1"
|
||||
|
||||
alternatives="
|
||||
cron:/etc/sv/scron:/etc/sv/crond
|
||||
cron:/usr/bin/scrond:/usr/bin/crond
|
||||
crond:crond:/etc/sv/scron
|
||||
crond:crond:/usr/bin/scrond
|
||||
"
|
||||
|
||||
pre_build() {
|
||||
|
|
Loading…
Reference in New Issue