Ignore:
Timestamp:
05/18/2006 05:36:34 AM (18 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6e37e84
Parents:
ad54ac8
Message:

added sed back to luit for path, xorg7 related textual changes, and fixed nas path in nas bootscript

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xterm.xml

    rad54ac8 r6291d0e  
    7878    <para>Correct the PROJECTROOT variable with the following command:</para>
    7979
    80 <screen><userinput>sed -i 's@/usr/X11R6@/<replaceable>&lt;PREFIX&gt;</replaceable>@' main.h</userinput></screen>
     80<screen><userinput>sed -i "s@/usr/X11R6@$XORG_PREFIX@" main.h</userinput></screen>
    8181
    8282    <para>Install <application>xterm</application> by running the
    8383    following commands:</para>
    8484
    85 <screen><userinput>./configure --prefix=<replaceable>&lt;PREFIX&gt;</replaceable> --sysconfdir=/etc \
    86     --localstatedir=/var --enable-luit --with-wide-chars &amp;&amp;
     85<screen><userinput>./configure $XORG_CONFIG \
     86    --enable-luit --with-wide-chars &amp;&amp;
    8787make</userinput></screen>
    8888
    8989    <para>This package does not come with a test suite.</para>
    9090
    91     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     91    <para>Now, as the <systemitem class="username">root</systemitem>
     92    user:</para>
    9293
    9394<screen role="root"><userinput>make install &amp;&amp;
     
    105106    characters.</para>
    106107
    107     <para><command>sed -i 's@/usr/X11R6@/<replaceable>&lt;PREFIX&gt;</replaceable>@' main.h</command>: This command
    108     corrects the PROJECTROOT definition to match that of the installed X Window
    109     System.</para>
     108    <para><command>sed -i "s@/usr/X11R6@$XORG_PREFIX@" main.h</command>: This
     109    command corrects the PROJECTROOT definition to match that of the installed
     110    X Window System.</para>
    110111
    111112    <para><command>make install-ti</command>: This command installs corrected
     
    121122    definitions to the user's <filename>~/.Xresources</filename> file, or
    122123    add them to the system-wide
    123     <filename><replaceable>&lt;PREFIX&gt;</replaceable>/lib/X11/app-defaults/Xterm</filename> file.</para>
     124    <filename>$XORG_PREFIX/lib/X11/app-defaults/Xterm</filename> file.</para>
    124125
    125126    <para>In order for xterm to follow the locale settings in the environment
     
    127128    <systemitem class="username">root</systemitem> user:</para>
    128129
    129 <screen role="root"><userinput>cat &gt;&gt; <replaceable>&lt;PREFIX&gt;</replaceable>/lib/X11/app-defaults/XTerm &lt;&lt; "EOF"
     130<screen role="root"><userinput>cat &gt;&gt; $XORG_PREFIX/lib/X11/app-defaults/XTerm &lt;&lt; "EOF"
    130131*VT100*locale: true
    131132*VT100*faceName: Monospace
Note: See TracChangeset for help on using the changeset viewer.