summaryrefslogtreecommitdiff
path: root/strata/core
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core')
-rw-r--r--strata/core/automake.morph2
-rw-r--r--strata/core/help2man.morph9
2 files changed, 10 insertions, 1 deletions
diff --git a/strata/core/automake.morph b/strata/core/automake.morph
index 616eeddf..282535d6 100644
--- a/strata/core/automake.morph
+++ b/strata/core/automake.morph
@@ -2,7 +2,7 @@ name: automake
kind: chunk
build-system: autotools
configure-commands:
-- ./bootstrap
+- ./bootstrap.sh
- ./configure --prefix="$PREFIX"
build-commands:
- unset DESTDIR; make
diff --git a/strata/core/help2man.morph b/strata/core/help2man.morph
new file mode 100644
index 00000000..e25a8d8e
--- /dev/null
+++ b/strata/core/help2man.morph
@@ -0,0 +1,9 @@
+name: help2man
+kind: chunk
+configure-commands:
+- autoreconf -i
+- ./configure --prefix=/usr
+build-commands:
+- make
+install-commands:
+- make DESTDIR="$DESTDIR" install