summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-09-14 12:12:18 +0100
committerBen Brown <ben.brown@codethink.co.uk>2017-09-07 10:50:17 +0000
commit73790cd191409ed2a6c77fc81b15cf5e47fe40eb (patch)
tree8c4d72539905ed876ced56f43fa98452e0640c74
parent324a1d0cd8c14c14ab403280d43de03517d5a6e6 (diff)
downloaddefinitions-73790cd191409ed2a6c77fc81b15cf5e47fe40eb.tar.gz
strata/foundation/kmod.morph: Remove unneded workarounds
Change-Id: Ifd32ee4809552bf52986431d48ed0e200d7f239d
-rw-r--r--strata/foundation/kmod.morph12
1 files changed, 4 insertions, 8 deletions
diff --git a/strata/foundation/kmod.morph b/strata/foundation/kmod.morph
index ee1b1254..bda6fae3 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: