Changeset 71cd2a5a


Ignore:
Timestamp:
08/12/2007 01:04:53 AM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
83729c7
Parents:
68c8cba
Message:

Replaced some /usr/X11R6 hacks with references to the compatibility symlink

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/jdk.xml

    r68c8cba r71cd2a5a  
    270270done</userinput></screen>
    271271
    272     <para>If your <application>X Window System</application> is installed into
     272    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     273    href="../../xincludes/X11R6_symlink.xml"/>
     274
     275    <!-- <para>If your <application>X Window System</application> is installed into
    273276    any prefix other than <filename class="directory">/usr/X11R6</filename>,
    274277    execute the following command, replacing
     
    276279    the <application>X Window System</application>:</para>
    277280
    278 <screen><userinput>find . -type f -exec sed -i 's@/usr/X11R6@<replaceable>&lt;PREFIX&gt;</replaceable>@g' {} \;</userinput></screen>
     281<screen><userinput>find . -type f -exec sed -i 's@/usr/X11R6@<replaceable>&lt;PREFIX&gt;</replaceable>@g' {} \;</userinput></screen> -->
    279282
    280283    <para>Set/unset some variables which affect the build:</para>
  • multimedia/libdriv/sdl.xml

    r68c8cba r71cd2a5a  
    7979    <title>Installation of SDL</title>
    8080
    81     <para>If your <application>X Window System</application> is installed into
     81    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     82    href="../../xincludes/X11R6_symlink.xml"/>
     83
     84    <!-- <para>If your <application>X Window System</application> is installed into
    8285    any prefix other than <filename class="directory">/usr/X11R6</filename>,
    8386    execute the following command, replacing
     
    8588    the <application>X Window System</application>:</para>
    8689
    87 <screen><userinput>sed -i 's:/usr/X11R6:<replaceable>&lt;PREFIX&gt;</replaceable>:' configure</userinput></screen>
     90<screen><userinput>sed -i 's:/usr/X11R6:<replaceable>&lt;PREFIX&gt;</replaceable>:' configure</userinput></screen> -->
    8891
    8992    <para>Install <application>SDL</application> by running the
  • x/lib/lesstif.xml

    r68c8cba r71cd2a5a  
    108108    <filename class='directory'>/usr/X11R6</filename>.</para>
    109109
    110 <screen role="root"><userinput>ln -v -s <replaceable>/usr/X11R6</replaceable>/lib/X11/mwm /etc/X11</userinput></screen>
     110<screen role="root"><userinput>ln -v -s <replaceable>&lt;/usr/X11R6&gt;</replaceable>/lib/X11/mwm /etc/X11</userinput></screen>
    111111
    112112  </sect2>
     
    135135
    136136    <para><command>ln -v -s
    137     <replaceable>/usr/X11R6</replaceable>/lib/X11/mwm /etc/X11</command>:
     137    <replaceable>&lt;/usr/X11R6&gt;</replaceable>/lib/X11/mwm /etc/X11</command>:
    138138    Configuration directories located in the <application>X</application>
    139139    installation prefix heirarchy typically have a symlink in the
  • x/lib/qt.xml

    r68c8cba r71cd2a5a  
    100100    <title>Installation of Qt</title>
    101101
    102     <para>The <application>Qt</application> source hard codes the location
    103     of the <application>X Window System</application> installtion to
     102    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     103    href="../../xincludes/X11R6_symlink.xml"/>
     104
     105    <!--<para>The <application>Qt</application> source hard codes the location
     106    of the <application>X Window System</application> installation to
    104107    <filename class="directory">/usr/X11R6</filename>.  If you've installed
    105108    the <application>X Window System</application> in any prefix other than
     
    113116do
    114117    sed -i "s@/usr/X11R6@<replaceable>&lt;PREFIX&gt;</replaceable>@g" $file
    115 done</userinput></screen>
     118done</userinput></screen> -->
    116119
    117120    <para>There are several ways to install a complicated package such as
Note: See TracChangeset for help on using the changeset viewer.