cronie: don't install pkg specific jobs, bumprev.

--HG--
extra : convert_revision : 1bff999c417dde2ed04cd6fab8c5ee98356b0eae
This commit is contained in:
Juan RP
2009-03-28 18:47:39 +01:00
parent 76e72309a4
commit 5c1380bf6f
3 changed files with 1 additions and 22 deletions

View File

@@ -1,6 +1,7 @@
# Template file for 'cronie'
pkgname=cronie
version=1.2
revision=1
distfiles="http://mmaslano.fedorapeople.org/cronie/cronie-$version.tar.gz"
build_style=gnu_configure
configure_args="--with-inotify --without-selinux --with-pam
@@ -31,7 +32,4 @@ post_install()
install -D -m755 ${FILESDIR}/crond ${DESTDIR}/etc/rc.d/crond
install -D -m644 ${FILESDIR}/crontab ${DESTDIR}/etc/crontab
install -m755 ${FILESDIR}/mlocate.cron ${DESTDIR}/etc/cron.daily
install -m755 ${FILESDIR}/makewhatis.cron ${DESTDIR}/etc/cron.daily
}