summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-02-19 12:46:15 +0000
committerJavier Jardón <jjardon@gnome.org>2015-02-26 12:08:06 +0000
commitc301e719a8d787341bea26e1ac6401b691b6570c (patch)
tree4281a007678ebf758d307e7d04afa6018ce811db
parentd1c392c5f176d578ee02b2b54d0bda6a1ff37794 (diff)
downloaddefinitions-c301e719a8d787341bea26e1ac6401b691b6570c.tar.gz
strata/core/patch: Use default autotools commands instead hardcode them
-rw-r--r--strata/core/patch.morph8
1 files changed, 2 insertions, 6 deletions
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