# let be compatible with old fileutils, sh-utils and textutils packages :
mkdir -p %{buildroot}{/bin,%{_bindir},%{_sbindir},/sbin}
-for f in cat chgrp chmod chown cp date dd df echo link ln ls mkdir mknod mv pwd rm rmdir sleep sync touch true uname unlink
+for f in cat chgrp chmod chown cp date dd df echo expand unexpand link ln ls mkdir mknod mv pwd rm rmdir sleep sync touch true uname unlink
do
mv %{buildroot}{%{_bindir},/bin}/$f
done
mv %{buildroot}{%{_bindir},%{_sbindir}}/chroot
# These come from util-linux and/or procps.
-for i in hostname uptime kill ; do
- rm %{buildroot}{%{_bindir}/$i,%{_mandir}/man1/$i.1}
-done
+#for i in hostname uptime kill ; do
+# rm %{buildroot}{%{_bindir}/$i,%{_mandir}/man1/$i.1}
+#done
# Use hard links instead of symbolic links for LC_TIME files (bug #246729).
find %{buildroot}%{_datadir}/locale -type l | \
/bin/chgrp
/bin/chmod
/bin/chown
+/bin/expand
+/bin/unexpand
/bin/cp
/bin/date
/bin/dd