scron: fix alternatives; args were swapped.

This commit is contained in:
Juan RP 2016-04-11 08:06:30 +02:00
parent 87b84bbf6b
commit 0cd7a08c74

View file

@ -1,7 +1,7 @@
# Template file for 'scron' # Template file for 'scron'
pkgname=scron pkgname=scron
version=0.4 version=0.4
revision=2 revision=3
build_style=gnu-makefile build_style=gnu-makefile
short_desc="Simple cron daemon" short_desc="Simple cron daemon"
maintainer='Juan RP <xtraeme@voidlinux.eu>' maintainer='Juan RP <xtraeme@voidlinux.eu>'
@ -12,8 +12,8 @@ checksum=4ae8225a3991e42e29791d981192c9daf5b9b02609f68775768fe1598ae2ce18
provides="cron-daemon-0_1" provides="cron-daemon-0_1"
alternatives=" alternatives="
cron:/etc/sv/scron:/etc/sv/crond crond:crond:/etc/sv/scron
cron:/usr/bin/scrond:/usr/bin/crond crond:crond:/usr/bin/scrond
" "
pre_build() { pre_build() {