diff --git a/srcpkgs/dracut/template b/srcpkgs/dracut/template index cf15fba4621..7aa0e4e9854 100644 --- a/srcpkgs/dracut/template +++ b/srcpkgs/dracut/template @@ -1,7 +1,7 @@ # Template file for 'dracut' pkgname=dracut version=043 -revision=4 +revision=5 build_style=configure configure_args="--prefix=/usr --sysconfdir=/etc" hostmakedepends="libxslt docbook-xsl asciidoc" @@ -24,6 +24,7 @@ post_install() { # We don't need the systemd stuff. rm -rf ${DESTDIR}/usr/lib/dracut/modules.d/*systemd* rm -f ${DESTDIR}/usr/share/man/man8/*.service.* + rm -rf ${DESTDIR}/usr/lib/kernel } dracut-network_package() {