summaryrefslogtreecommitdiff
path: root/strata/core/libexpat.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core/libexpat.morph')
-rw-r--r--strata/core/libexpat.morph7
1 files changed, 4 insertions, 3 deletions
diff --git a/strata/core/libexpat.morph b/strata/core/libexpat.morph
index b36a67aa..1e0fe696 100644
--- a/strata/core/libexpat.morph
+++ b/strata/core/libexpat.morph
@@ -1,8 +1,9 @@
name: libexpat
kind: chunk
configure-commands:
-- mkdir o && cd o && cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+- autoreconf -i
+- ./configure --prefix="${PREFIX-/usr}"
build-commands:
-- cd o && make
+- make
install-commands:
-- cd o && make DESTDIR="$DESTDIR" install
+- make DESTDIR="$DESTDIR" install