summaryrefslogtreecommitdiff
path: root/yajl.morph
diff options
context:
space:
mode:
Diffstat (limited to 'yajl.morph')
-rw-r--r--yajl.morph5
1 files changed, 3 insertions, 2 deletions
diff --git a/yajl.morph b/yajl.morph
index 9222c6d..3fac99d 100644
--- a/yajl.morph
+++ b/yajl.morph
@@ -1,7 +1,8 @@
name: yajl
kind: chunk
-build-system: autotools
configure-commands:
- ./configure -p "$PREFIX"
build-commands:
-- make
+- make distro
+install-commands:
+- make install DESTDIR="$DESTDIR"