mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
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:
parent
ede34898ca
commit
b2febe4ef3
@ -366,9 +366,9 @@ EOF</userinput></screen>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
make install.man &&
|
||||
ln -v -sf ../X11R6/bin /usr/bin/X11 &&
|
||||
ln -v -sf ../X11R6/lib/X11 /usr/lib/X11 &&
|
||||
ln -v -sf ../X11R6/include/X11 /usr/include/X11</userinput></screen>
|
||||
ln -v -s ../X11R6/bin /usr/bin/X11 &&
|
||||
ln -v -s ../X11R6/lib/X11 /usr/lib/X11 &&
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user