summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--automake.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/automake.morph b/automake.morph
index c8de7b152..893f8760a 100644
--- a/automake.morph
+++ b/automake.morph
@@ -2,7 +2,7 @@
"name": "automake",
"kind": "chunk",
"build-system": "autotools",
- "install-commands": [
- "make install"
+ "build-commands": [
+ "unset DESTDIR; make"
]
}