summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-10 18:43:58 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-10 18:43:58 +0000
commitb7eaddfb965a20478b8db8a22ec13ee8dcce6c1b (patch)
treedd187c708b16cdfe43ad533f97c450e255746b7c
parent07c46805e92d9c5a0e8e7c81ba7c134c7e757fc4 (diff)
downloadcoreutils-b7eaddfb965a20478b8db8a22ec13ee8dcce6c1b.tar.gz
Do the same for sbin
-rw-r--r--coreutils.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils.morph b/coreutils.morph
index 9faba87a5..4e4c477cb 100644
--- a/coreutils.morph
+++ b/coreutils.morph
@@ -11,6 +11,7 @@
"make 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/sbin\"",
"mv -v \"$DESTDIR/usr/bin/chroot\" \"$DESTDIR/usr/sbin\"",
"mkdir -p \"$DESTDIR/usr/share/man/man8\"",
"mv -v \"$DESTDIR/usr/share/man/man1/chroot.1\" \"$DESTDIR/usr/share/man/man8/chroot.8\"",