mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
cronie: move to usr/bin.
This commit is contained in:
parent
25b2da2641
commit
85176adff5
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'cronie'
|
# Template file for 'cronie'
|
||||||
pkgname=cronie
|
pkgname=cronie
|
||||||
version=1.4.12
|
version=1.4.12
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-inotify --without-selinux --with-pam
|
configure_args="--sbindir=/usr/bin --with-inotify --without-selinux --with-pam
|
||||||
--enable-anacron --localstatedir=/var --enable-pie --enable-relro"
|
--enable-anacron --localstatedir=/var --enable-pie --enable-relro"
|
||||||
makedepends="pam-devel"
|
makedepends="pam-devel"
|
||||||
depends="run-parts"
|
depends="run-parts"
|
||||||
|
@ -26,7 +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
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
if [ "$build_option_systemd" ]; then
|
if [ "$build_option_systemd" ]; then
|
||||||
vinstall ${FILESDIR}/cronie.service 644 usr/lib/systemd/system
|
vinstall ${FILESDIR}/cronie.service 644 usr/lib/systemd/system
|
||||||
|
|
Loading…
Add table
Reference in a new issue