diff --git a/srcpkgs/dracut/template b/srcpkgs/dracut/template index 0c39945a0b..65b1ff5ba4 100644 --- a/srcpkgs/dracut/template +++ b/srcpkgs/dracut/template @@ -1,7 +1,7 @@ # Template file for 'dracut' pkgname=dracut version=024 -revision=1 +revision=2 build_style=gnu-makefile make_build_args="sysconfdir=/etc systemdsystemunitdir=/usr/lib/systemd/system" make_install_args="sysconfdir=/etc systemdsystemunitdir=/usr/lib/systemd/system" @@ -42,6 +42,4 @@ post_install() { 755 etc/kernel.d/post-install 10-dracut vinstall ${FILESDIR}/kernel-hook-postrm \ 755 etc/kernel.d/post-remove 10-dracut - # logrotate file. - vinstall dracut.logrotate 644 etc/logrotate.d dracut }