Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xorg7.xml

    r6819668d r3f2db3a6  
    99  <?dbhtml filename="xorg7.html"?>
    1010
    11   <sect1info>
    12     <date>$Date$</date>
    13   </sect1info>
    1411
    1512  <title>Introduction to Xorg-&xorg-version;</title>
     
    5047    need to install for your particular setup may seem a bit overwhelming at
    5148    first.  Take a look at <ulink url=
    52     "http://wiki.x.org/wiki/ModuleDescriptions">this page</ulink>
     49    "https://wiki.x.org/wiki/ModuleDescriptions">this page</ulink>
    5350    and <ulink url=
    54     "http://lists.x.org/archives/xorg-modular/2005-November/000801.html">
     51    "https://lists.x.org/archives/xorg-modular/2005-November/000801.html">
    5552    this thread</ulink>
    5653    to get an idea of what you will need.  If you are unsure, you should
     
    117114
    118115    <para>
     116      The BLFS editors recommend using the <filename class="directory">/usr</filename>
     117      prefix.
     118    </para>
     119
     120    <para>
    119121      Choose your installation prefix, and set the <envar>XORG_PREFIX</envar>
    120122      variable with the following command:
     
    148150    <note>
    149151      <para>
    150         There is some confustion about the above 'here' document.
     152        There is some confusion about the above 'here' document.
    151153        The backslash in front of the dollar sign is correct.  Bash
    152154        will remove it when creating /etc/profile.d/xorg.sh.  However, if
    153155        you are creating the file with an editor, a copy and paste operation
    154         will not remove the baskslash.  It must then be removed manually.
     156        will not remove the backslash.  It must then be removed manually.
    155157      </para>
    156158    </note>
     
    234236    </para>
    235237
    236 <screen role="root"><userinput>sed "s@<replaceable>/usr/X11R6</replaceable>@$XORG_PREFIX@g" -i /etc/man_db.conf</userinput></screen>
     238<screen role="root"><userinput>sed -e "s@<replaceable>X11R6/man</replaceable>@X11R6/share/man@g" \
     239    -e "s@<replaceable>/usr/X11R6</replaceable>@$XORG_PREFIX@g"   \
     240    -i /etc/man_db.conf</userinput></screen>
    237241
    238242    <para>
Note: See TracChangeset for help on using the changeset viewer.