Removed the force option from the instructions that create symlinks on the

xorg page as they may overwrite directories if the user installs xorg in /usr


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5458 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Andrew Benton 2005-12-24 12:32:36 +00:00
parent ede34898ca
commit b2febe4ef3

View File

@ -366,9 +366,9 @@ EOF</userinput></screen>
<screen role="root"><userinput>make install &amp;&amp;
make install.man &amp;&amp;
ln -v -sf ../X11R6/bin /usr/bin/X11 &amp;&amp;
ln -v -sf ../X11R6/lib/X11 /usr/lib/X11 &amp;&amp;
ln -v -sf ../X11R6/include/X11 /usr/include/X11</userinput></screen>
ln -v -s ../X11R6/bin /usr/bin/X11 &amp;&amp;
ln -v -s ../X11R6/lib/X11 /usr/lib/X11 &amp;&amp;
ln -v -s ../X11R6/include/X11 /usr/include/X11</userinput></screen>
</sect3>
@ -407,7 +407,7 @@ ln -v -sf ../X11R6/include/X11 /usr/include/X11</userinput></screen>
are out of date.</para>
</note>
<para><command>ln -v -sf ...</command>: These commands are present to
<para><command>ln -v -s ...</command>: These commands are present to
enable other (broken) packages to build against
<application>Xorg</application>, even though the Filesystem Hierarchy
Standard says: <quote>In general, software must not be installed or