cronie: fix alternatives; args were swapped.
This commit is contained in:
parent
e447f6d7b0
commit
3b2dd33a8f
1 changed files with 7 additions and 7 deletions
|
@ -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,12 +29,12 @@ 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() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue