Changeset 9a2fba9 for x/installing


Ignore:
Timestamp:
02/24/2006 04:11:31 AM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
868c7c2
Parents:
f2dd0043
Message:

Remove 2nd installation of lndir in xorg and xfree86.

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

Location:
x/installing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xfree86.xml

    rf2dd0043 r9a2fba9  
    212212
    213213<screen><userinput>pushd config/util &amp;&amp;
    214 make -f Makefile.ini lndir</userinput></screen>
    215 
    216       <para>Now, as the <systemitem class="username">root</systemitem>
    217       user:</para>
    218 
    219 <screen role="root"><userinput>cp -v lndir /usr/bin/</userinput></screen>
    220 
    221       <para>And back as an unprivileged user:</para>
    222 
    223 <screen><userinput>popd</userinput></screen>
     214make -f Makefile.ini lndir
     215popd</userinput></screen>
    224216
    225217      <para>Now create the shadow tree:</para>
     
    227219<screen><userinput>mkdir ../xcbuild &amp;&amp;
    228220cd ../xcbuild &amp;&amp;
    229 lndir ../xc</userinput></screen>
     221../xc/config/util/lndir ../xc</userinput></screen>
    230222
    231223    </sect3>
  • x/installing/xorg.xml

    rf2dd0043 r9a2fba9  
    230230
    231231<screen><userinput>pushd config/util &amp;&amp;
    232 make -f Makefile.ini lndir</userinput></screen>
    233 
    234       <para>Now, as the <systemitem class="username">root</systemitem>
    235       user:</para>
    236 
    237 <screen role="root"><userinput>cp -v lndir /usr/bin/</userinput></screen>
    238 
    239       <para>And back as an unprivileged user:</para>
    240 
    241 <screen><userinput>popd</userinput></screen>
     232make -f Makefile.ini lndir
     233popd</userinput></screen>
    242234
    243235      <para>Now create the shadow tree:</para>
     
    245237<screen><userinput>mkdir ../xcbuild &amp;&amp;
    246238cd ../xcbuild &amp;&amp;
    247 lndir ../xc</userinput></screen>
     239../xc/config/util/lndir ../xc</userinput></screen>
    248240
    249241    </sect3>
Note: See TracChangeset for help on using the changeset viewer.