summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash.morph b/bash.morph
index 45e2fc0f..aa21ed37 100644
--- a/bash.morph
+++ b/bash.morph
@@ -8,6 +8,6 @@
"make"
],
"install-commands": [
- "make install"
+ "make DESTDIR=\"$DESTDIR\" install"
]
}