summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.