summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-09-14 14:17:12 +0100
committerBen Brown <ben.brown@codethink.co.uk>2017-09-07 10:50:18 +0000
commitd4b1536cb6810eae9f410740fd470cc372d43d0f (patch)
tree82532333e204022a2b8d8899a73880f8d37c6846
parent1ed5468577456c896d7dcb43d33a117408da4f86 (diff)
downloaddefinitions-d4b1536cb6810eae9f410740fd470cc372d43d0f.tar.gz
strata/foundation/kmod.morph: Simplify setting build-system: autotoolsstaging/jjardon/kmod-no-workarounds
Change-Id: Ia72f4cc835fea6ecc72ab0704f877905f104bc40
-rw-r--r--strata/foundation/kmod.morph5
1 files changed, 1 insertions, 4 deletions
diff --git a/strata/foundation/kmod.morph b/strata/foundation/kmod.morph
index d667c96c..364ca42e 100644
--- a/strata/foundation/kmod.morph
+++ b/strata/foundation/kmod.morph
@@ -1,14 +1,11 @@
name: kmod
kind: chunk
+build-system: autotools
configure-commands:
- |
./bootstrap-configure --prefix="$PREFIX" --sysconfdir=/etc --localstatedir=/var \
--bindir="$PREFIX"/bin --libdir="$PREFIX"/lib \
--disable-manpages --enable-python
-build-commands:
-- make
-install-commands:
-- make DESTDIR="$DESTDIR" pkgconfigdir="$PREFIX"/lib/pkgconfig install
post-install-commands:
- ln -s kmod "$DESTDIR/$PREFIX"/bin/modprobe
- ln -s kmod "$DESTDIR/$PREFIX"/bin/lsmod