From c301e719a8d787341bea26e1ac6401b691b6570c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 19 Feb 2015 12:46:15 +0000 Subject: strata/core/patch: Use default autotools commands instead hardcode them --- strata/core/patch.morph | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'strata') diff --git a/strata/core/patch.morph b/strata/core/patch.morph index 8e8f309c..b7f146ef 100644 --- a/strata/core/patch.morph +++ b/strata/core/patch.morph @@ -1,9 +1,5 @@ name: patch kind: chunk -configure-commands: +build-system: autotools +pre-configure-commands: - ./bootstrap --skip-po -- ./configure --prefix="$PREFIX" --disable-nls -build-commands: -- make -install-commands: -- make DESTDIR="$DESTDIR" install -- cgit v1.2.1