summaryrefslogtreecommitdiff
path: root/strata/foundation/patch.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/foundation/patch.morph')
-rw-r--r--strata/foundation/patch.morph9
1 files changed, 9 insertions, 0 deletions
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