Ignore:
Timestamp:
02/16/2019 03:41:47 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
a2c7abf
Parents:
192cd85
Message:

Merge to HEAD 21160.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/BOOK-elogind@21161 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xorg7.xml

    r192cd85 r4b1b99e8  
    190190    user:</para>
    191191
    192 <screen role="root"><userinput>ln -sf $XORG_PREFIX/share/X11 /usr/share/X11</userinput></screen>
     192<screen role="root"><userinput>ln -svf $XORG_PREFIX/share/X11 /usr/share/X11</userinput></screen>
    193193
    194194    <para>If building KDE, some cmake files look for Xorg in places other than
    195195    $XORG_PREFIX.  Allow cmake to find Xorg with:</para>
    196196
    197 <screen role="root"><userinput>ln -sf $XORG_PREFIX /usr/X11R6</userinput></screen>
     197<screen role="root"><userinput>ln -svf $XORG_PREFIX /usr/X11R6</userinput></screen>
    198198<!--
    199199    <para>Finally, if building on x86_64, you will need to create the
Note: See TracChangeset for help on using the changeset viewer.