From 2b10a9677817377618e33d2b07ab7caefe316633 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 18 Aug 2014 17:05:22 +0000 Subject: Re-organise definitions with scripts/organise-morphologies.py --- strata/foundation/patch.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 strata/foundation/patch.morph (limited to 'strata/foundation/patch.morph') diff --git a/strata/foundation/patch.morph b/strata/foundation/patch.morph new file mode 100644 index 00000000..65e07e67 --- /dev/null +++ b/strata/foundation/patch.morph @@ -0,0 +1,9 @@ +name: patch +kind: chunk +configure-commands: +- bash bootstrap --skip-po +- ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin --disable-nls +build-commands: +- make +install-commands: +- make DESTDIR="$DESTDIR" install -- cgit v1.2.1