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-09-14 14:14:46 +0100
commit469a1a81be8677f021096d9c462652c68c9c7b3b (patch)
treecdf1ad296cf9b1c530707f76b93b160fa081f0b1
parente21036098fe3f333d8093a6941cbd4a3215bf42e (diff)
downloaddefinitions-469a1a81be8677f021096d9c462652c68c9c7b3b.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: