Ignore:
Timestamp:
10/26/2014 11:23:17 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
d72fae5a
Parents:
44ae5736
Message:

Convert xorg installing section.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xorg7.xml

    r44ae5736 r5b5c0e9  
    133133    <note><para>If you've decided to use the standard <filename
    134134    class="directory">/usr</filename> prefix, you can omit the remainder of
    135     this page and continue at <xref linkend='util-macros'/>.</para></note>
     135    this page and continue at <xref linkend="util-macros"/>.</para></note>
    136136
    137137    <para>If you've decided to <emphasis>not</emphasis> use the standard
     
    183183    user:</para>
    184184
    185 <screen><userinput role="root">ln -s $XORG_PREFIX/share/X11 /usr/share/X11</userinput></screen>
     185<screen><userinput role="root">ln -sfv $XORG_PREFIX/share/X11 /usr/share/X11</userinput></screen>
    186186
    187187    <para>Finally, if building on x86_64, you will need to create the
Note: See TracChangeset for help on using the changeset viewer.