summaryrefslogtreecommitdiff
path: root/strata/core/patch.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core/patch.morph')
-rw-r--r--strata/core/patch.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/strata/core/patch.morph b/strata/core/patch.morph
new file mode 100644
index 00000000..01d977c4
--- /dev/null
+++ b/strata/core/patch.morph
@@ -0,0 +1,9 @@
+name: patch
+kind: chunk
+configure-commands:
+- bash bootstrap --skip-po
+- ./configure --prefix="$PREFIX" --disable-nls
+build-commands:
+- make
+install-commands:
+- make DESTDIR="$DESTDIR" install