mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
cronie: fix dup replaces.
This commit is contained in:
parent
da2cd34bdb
commit
90d1712156
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cronie'
|
# Template file for 'cronie'
|
||||||
pkgname=cronie
|
pkgname=cronie
|
||||||
version=1.4.12
|
version=1.4.12
|
||||||
revision=5
|
revision=6
|
||||||
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 --localstatedir=/var --enable-pie --enable-relro"
|
--enable-anacron --localstatedir=/var --enable-pie --enable-relro"
|
||||||
|
@ -16,6 +16,7 @@ make_dirs="
|
||||||
/var/spool/cron 0755 root root
|
/var/spool/cron 0755 root root
|
||||||
/var/spool/anacron 0755 root root"
|
/var/spool/anacron 0755 root root"
|
||||||
conf_files="/etc/crontab /etc/anacrontab /etc/pam.d/crond /etc/cron.deny"
|
conf_files="/etc/crontab /etc/anacrontab /etc/pam.d/crond /etc/cron.deny"
|
||||||
|
build_options="systemd"
|
||||||
replaces="cron-daemon>=0"
|
replaces="cron-daemon>=0"
|
||||||
provides="cron-daemon-0_1"
|
provides="cron-daemon-0_1"
|
||||||
short_desc="Runs specified programs at scheduled times"
|
short_desc="Runs specified programs at scheduled times"
|
||||||
|
@ -25,8 +26,6 @@ license="BSD"
|
||||||
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
|
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
|
||||||
checksum=0f5c9bf32f352599451c4ca0d6bc076d19e73ecfa5a90b34ecfe47c918c8bafd
|
checksum=0f5c9bf32f352599451c4ca0d6bc076d19e73ecfa5a90b34ecfe47c918c8bafd
|
||||||
|
|
||||||
build_options="systemd"
|
|
||||||
replaces="runit-void<20141013_2"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
if [ "$build_option_systemd" ]; then
|
if [ "$build_option_systemd" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue