From a5f876a2439eb96c8930137e0b2e30719ea319c8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 14 Jul 2015 10:49:38 +0200 Subject: [PATCH] dracut: rm -rf /usr/lib/kernel (systemd stuff). --- srcpkgs/dracut/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {