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