summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-09-14 12:12:18 +0100
committerJavier Jardón <jjardon@gnome.org>2016-11-08 10:04:02 +0000
commitaa0ca82f66cdab50bee5ebceb728cedb14ec02ed (patch)
tree7296b3f3f3f06caa3badf2f78d02a6846d838645
parent3dcb1a2d6f541449ba7d5192c7db9e09204a799b (diff)
downloaddefinitions-aa0ca82f66cdab50bee5ebceb728cedb14ec02ed.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 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: