mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
scron: fix alternatives; args were swapped.
This commit is contained in:
parent
87b84bbf6b
commit
0cd7a08c74
1 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue