added exactl reason why e2fsprogs has --with-root-prefix="" instead of =/

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1272 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-09-26 17:09:51 +00:00
parent 90e95f4aa6
commit f129c76fce

View File

@ -20,7 +20,10 @@
<listitem><para>September 26th, 2001 [markh]: Chapter 6: Changed
--with-root-prefix=/ to --with-root-prefix="" in e2fsprogs install
instructions.</para></listitem>
instructions. The reason for the change is that a value of / will cause
symlinks and installation paths to use things like //lib instead of
just /lib. This isn't bad perse, it just doesn't look
nice.</para></listitem>
<listitem><para>September 26th, 2001 [markh]: Chapter 5+6: Updated to
e2fsprogs-1.25, gettext-0.10.40, linux-2.4.10, modutils-2.4.9 and