summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-09-14 14:17:12 +0100
committerJavier Jardón <jjardon@gnome.org>2016-11-08 10:04:02 +0000
commit2ce6ccd72dda8adaa5934d5d55fb7bc83801927f (patch)
tree35dae276b9a13c4044b3fc24d605be037bac8385
parentb254b83d6086c28f8688e570ad5e537c49eb0477 (diff)
downloaddefinitions-2ce6ccd72dda8adaa5934d5d55fb7bc83801927f.tar.gz
strata/foundation/kmod.morph: Simplify setting build-system: autotoolsreview/javier_jardón/kmod-no-workarounds
Change-Id: Ia72f4cc835fea6ecc72ab0704f877905f104bc40
-rw-r--r--strata/foundation/kmod.morph7
1 files changed, 2 insertions, 5 deletions
diff --git a/strata/foundation/kmod.morph b/strata/foundation/kmod.morph
index d5296372..6d051c0c 100644
--- a/strata/foundation/kmod.morph
+++ b/strata/foundation/kmod.morph
@@ -1,15 +1,12 @@
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:
# WARNING with the following command:
# if the staging area when kmod is built is sufficiently different to the
# staging area that kmod is included in, then these symlinks may not work.