summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreutils.morph4
1 files changed, 1 insertions, 3 deletions
diff --git a/coreutils.morph b/coreutils.morph
index 8c5eb3fdd..1e7f743b8 100644
--- a/coreutils.morph
+++ b/coreutils.morph
@@ -10,9 +10,7 @@
],
"install-commands": [
"make install",
- "mv -v \"$DESTDIR/usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo}\" \"$DESTDIR/bin\"",
- "mv -v \"$DESTDIR/usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm}\" \"$DESTDIR/bin\"",
- "mv -v \"$DESTDIR/usr/bin/{rmdir,stty,sync,true,uname}\" \"$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\"; done"
"mv -v \"$DESTDIR/usr/bin/chroot\" \"$DESTDIR/usr/sbin\"",
"mv -v \"$DESTDIR/usr/share/man/man1/chroot.1\" \"$DESTDIR/usr/share/man/man8/chroot.8\"",
"sed -i s/\\\"1\\\"/\\\"8\\\"/1 \"$DESTDIR/usr/share/man/man8/chroot.8\""