From 2ce6ccd72dda8adaa5934d5d55fb7bc83801927f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 14 Sep 2016 14:17:12 +0100 Subject: strata/foundation/kmod.morph: Simplify setting build-system: autotools Change-Id: Ia72f4cc835fea6ecc72ab0704f877905f104bc40 --- strata/foundation/kmod.morph | 7 ++----- 1 file 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. -- cgit v1.2.1