http://bugs.linuxfromscratch.org/show_bug.cgi?id=1644
------- Additional Comments From [EMAIL PROTECTED] 2005-11-07 09:03 ------- findutils: For consistency, --libexecdir should be changed to /usr/lib/findutils. gawk: --libexecdir=/usr/lib since gawk uses $libexecdir/awk to install files. gcc: --libexecdir=/usr/lib since gcc uses $libexecdir/gcc. glibc: --libexecdir=/usr/lib/glibc. Installs pt_chown and getconf/* to $libexecdir. inetutils: --libexecdir=/usr/sbin since inetutils uses libexecdir as the location for installing daemons. tar: --libexecdir=/usr/sbin to install rmt into sbin. In short, blindly using --libexecdir=/usr/lib/$packageName is not advisable. What is currently in the book is correct, except using /usr/lib/findutils instead of /usr/lib/locate for findutils. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You are the QA contact for the bug, or are watching the QA contact. -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
