summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreutils.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils.morph b/coreutils.morph
index cb31f2764..a0202f641 100644
--- a/coreutils.morph
+++ b/coreutils.morph
@@ -8,7 +8,7 @@
"make"
],
"install-commands": [
- "make install",
+ "make DESTDIR=\"$DESTDIR\" install",
"mkdir -p \"$DESTDIR/bin\"",
"for file in cat chgrp chmod chown cp date dd df echo false ln ls mkdir mknod mv pwd rm; do mv -v \"$DESTDIR/usr/bin/$file\" \"$DESTDIR/bin/$file\"; done",
"mkdir -p \"$DESTDIR/usr/sbin\"",