summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-05-04 15:19:21 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-05-04 15:19:21 +0100
commit78bdad3d14fb875d5f2062957e326ba2a9e4ccb0 (patch)
tree4267bef88ca6a9fc67f582c2f870091d8a7148c2
parenteb7cae313faab0347e80abc0d69129a0c8a38b50 (diff)
downloadnasm-78bdad3d14fb875d5f2062957e326ba2a9e4ccb0.tar.gz
Fix morphology to set INSTALLROOT instead of DESTDIRbaserock/morph
-rw-r--r--nasm.morph5
1 files changed, 4 insertions, 1 deletions
diff --git a/nasm.morph b/nasm.morph
index 628d19a7..0db3aaec 100644
--- a/nasm.morph
+++ b/nasm.morph
@@ -1,5 +1,8 @@
{
"name": "nasm",
"kind": "chunk",
- "build-system": "autotools"
+ "build-system": "autotools",
+ "install-commands": [
+ "make INSTALLROOT=\"$DESTDIR\" install"
+ ]
}