cronie: move to usr/bin.
This commit is contained in:
parent
25b2da2641
commit
85176adff5
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'cronie'
|
||||
pkgname=cronie
|
||||
version=1.4.12
|
||||
revision=6
|
||||
revision=7
|
||||
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"
|
||||
makedepends="pam-devel"
|
||||
depends="run-parts"
|
||||
|
@ -26,7 +26,6 @@ license="BSD"
|
|||
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
|
||||
checksum=0f5c9bf32f352599451c4ca0d6bc076d19e73ecfa5a90b34ecfe47c918c8bafd
|
||||
|
||||
|
||||
post_install() {
|
||||
if [ "$build_option_systemd" ]; then
|
||||
vinstall ${FILESDIR}/cronie.service 644 usr/lib/systemd/system
|
||||
|
|
Loading…
Reference in New Issue