diff --git a/srcpkgs/logrotate/template b/srcpkgs/logrotate/template index 8c3b46c6ee3..0ad9adce2a8 100644 --- a/srcpkgs/logrotate/template +++ b/srcpkgs/logrotate/template @@ -1,7 +1,7 @@ # Template file for 'logrotate' pkgname=logrotate -version=3.8.1 -revision=2 +version=3.8.7 +revision=1 makedepends="popt-devel" conf_files="/etc/logrotate.conf" short_desc="Log file rotation and periodic maintenance" @@ -9,7 +9,7 @@ maintainer="Juan RP " homepage="https://fedorahosted.org/logrotate/" license="GPL-2" distfiles="https://fedorahosted.org/releases/l/o/$pkgname/${pkgname}-${version}.tar.gz" -checksum=c12471e70ae8bc923bd5c4f25e8fd6483b68c6301f3cd79f7cfe37bc5b370169 +checksum=f6ba691f40e30e640efa2752c1f9499a3f9738257660994de70a45fe00d12b64 do_build() { sed -i "s|CFLAGS = -Wall|CFLAGS += -Wall|" Makefile @@ -21,6 +21,6 @@ do_build() { do_install() { make PREFIX=${DESTDIR} install - vinstall ${FILESDIR}/logrotate.conf 644 etc + vconf ${FILESDIR}/logrotate.conf vinstall ${FILESDIR}/logrotate.cron-daily 744 etc/cron.daily logrotate }