summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ ]
}