#1951: gzip-1.3.11
------------------------------------------+---------------------------------
Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED]
Type: enhancement | Status: assigned
Priority: normal | Milestone: 6.3
Component: Book | Version: SVN
Severity: normal | Resolution:
Keywords: |
------------------------------------------+---------------------------------
Comment (by [EMAIL PROTECTED]):
As Steve Crosby points out at http://www.linuxfromscratch.org/pipermail
/lfs-book/2007-February/020420.html, the shell script wrappers hard code
$(prefix)/bin into the PATH. Although this doesn't break things, it has
the potential to cause some surprises. We can fix it by customizing the
installation locations somewhat (thanks to Dan Nicholson):
{{{
./configure --prefix='/usr' --bindir=/bin
make
make check
make install
mv -v /bin/{gzexe,zcmp,zdiff,zegrep,zfgrep,zforce,zgrep,zless,zmore,znew}
/usr/bin
}}}
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/1951#comment:3>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page