From d4b1536cb6810eae9f410740fd470cc372d43d0f 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 | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.1