From 3b2dd33a8fcb8fe3a8c87c11a0b4df8ed8f44327 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 11 Apr 2016 08:04:43 +0200 Subject: [PATCH] cronie: fix alternatives; args were swapped. --- srcpkgs/cronie/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/cronie/template b/srcpkgs/cronie/template index f70f226e402..d259afb0a48 100644 --- a/srcpkgs/cronie/template +++ b/srcpkgs/cronie/template @@ -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