cronie: fix alternatives; args were swapped.

This commit is contained in:
Juan RP 2016-04-11 08:04:43 +02:00
parent e447f6d7b0
commit 3b2dd33a8f

View file

@ -1,7 +1,7 @@
# Template file for 'cronie'
pkgname=cronie
version=1.5.0
revision=3
revision=4
build_style=gnu-configure
configure_args="--with-inotify --without-selinux --with-pam
--enable-anacron --enable-pie --enable-relro"
@ -29,12 +29,12 @@ case "$XBPS_TARGET_MACHINE" in
esac
alternatives="
cron:/etc/sv/cronie:/etc/sv/crond
cron:/usr/bin/cronie-crond:/usr/bin/crond
cron:/usr/bin/cronie-crontab:/usr/bin/crontab
cron:/usr/share/man/man1/cronie-crontab.1:/usr/share/man/man1/crontab.1
cron:/usr/share/man/man8/cronie-crond.8:/usr/share/man/man8/crond.8
"
crond:crond:/etc/sv/cronie
crond:crond:/usr/bin/cronie-crond
crond:crontab:/usr/bin/cronie-crontab
crond:crontab.1:/usr/share/man/man1/cronie-crontab.1
crond:crond.8:/usr/share/man/man8/cronie-crond.8
"
pre_build() {
case "$XBPS_TARGET_MACHINE" in