Matthew Burgess wrote:
Chris Staub wrote:
[EMAIL PROTECTED] wrote:
     <para>Move programs to the locations specified by the FHS:</para>
<screen><userinput>mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin
-mv -v /usr/bin/{false,hostname,ln,ls,mkdir,mknod,mv,pwd,rm} /bin
+mv -v /usr/bin/{false,hostname,ln,ls,mkdir,mknod,pwd,rm} /bin

What is the reason for this?

`mv' is now in bin_PROGRAMS in src/Makefile.in, so it no longers needs moving from /usr/bin.

Regards,

Matt.


So are chgrp, chown, cp, dd, ln, mkdir...and all of those are mv'd from /usr/bin. When I run "make install" on Coreutils, *every program* in the package is installed to /usr/bin.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to