On 11/25/06, Matthew Burgess <[EMAIL PROTECTED]> 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.

Just for reference, bin_PROGRAMS installs programs with the the
executable bits set to ${bindir}. So, unless you're also passing
--bindir=/bin or making --prefix=/, then anything in bin_PROGRAMS
should end up in /usr/bin when you pass --prefix=/usr.

http://www.gnu.org/software/automake/manual/html_mono/automake.html#Program%20Sources
http://www.gnu.org/software/automake/manual/html_mono/automake.html#Uniform

--
Dan
--
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