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