summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-10 15:35:40 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-10 15:35:40 +0000
commit3a6427713fbcb598cb80f7a418a856c743e4e726 (patch)
tree2cd66f5cca3f0b0fd33b971c7ec4a7870edf42d4
parent62b96441f4fffd405d05240da44f27fe18149795 (diff)
downloadcoreutils-3a6427713fbcb598cb80f7a418a856c743e4e726.tar.gz
Move to fhs dirs
May still need the bash expansions to be removed
-rw-r--r--coreutils.morph8
1 files changed, 7 insertions, 1 deletions
diff --git a/coreutils.morph b/coreutils.morph
index ff9042edd..8c5eb3fdd 100644
--- a/coreutils.morph
+++ b/coreutils.morph
@@ -9,6 +9,12 @@
"make"
],
"install-commands": [
- "make install"
+ "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\"",
+ "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\""
]
}