From 469a1a81be8677f021096d9c462652c68c9c7b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 14 Sep 2016 12:12:18 +0100 Subject: strata/foundation/kmod.morph: Remove unneded workarounds Change-Id: Ifd32ee4809552bf52986431d48ed0e200d7f239d --- strata/foundation/kmod.morph | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/strata/foundation/kmod.morph b/strata/foundation/kmod.morph index 8f158e8e..74c5a40c 100644 --- a/strata/foundation/kmod.morph +++ b/strata/foundation/kmod.morph @@ -1,15 +1,11 @@ name: kmod kind: chunk configure-commands: -- rm -rf libkmod/docs -- sed -i -e'/SUBDIRS/{s/\S*doc\S*//;s/\S*man\S*//}' Makefile.am -- sed -i -e'/AC_CONFIG_FILES(\[/,/])/{/docs/d}' configure.ac -- autoreconf -fiv - | - ./configure --prefix="$PREFIX" --bindir="$PREFIX"/bin \ - --libdir="$PREFIX"/lib --sysconfdir=/etc \ - --without-xz --with-zlib \ - --disable-manpages --enable-python + ./bootstrap-configure --prefix="$PREFIX" --sysconfdir=/etc --localstatedir=/var \ + --bindir="$PREFIX"/bin --libdir="$PREFIX"/lib \ + --without-xz --with-zlib \ + --disable-manpages --enable-python build-commands: - make install-commands: -- cgit v1.2.1