Changeset e1417b9


Ignore:
Timestamp:
05/27/2017 05:31:29 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ad5a97d
Parents:
c4ae27ab
Message:

Minor fix to cargo instructions.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cargo.xml

    rc4ae27ab re1417b9  
    166166    </para>
    167167
    168 <screen><userinput>tar -xf ../../../rust-installer-&RUSTIDATE;.tar.xz \
     168<screen><userinput>tar -xf ../rust-installer-&RUSTIDATE;.tar.xz \
    169169    --strip-components=1 --directory src/rust-installer &amp;&amp;
    170170
     
    191191    </para>
    192192
    193 <screen role="root"><userinput>make install                                                  &amp;&amp;
     193<screen role="root"><userinput>make install &amp;&amp;
    194194mv -v /usr/etc/bash_completion.d/cargo /etc/bash_completion.d</userinput></screen>
    195195  </sect2>
     
    199199
    200200    <para>
    201       <command>tar -xf ../../../rust-installer-&RUSTIDATE;.tar.xz ...</command>:
     201      <command>tar -xf ../rust-installer-&RUSTIDATE;.tar.xz ...</command>:
    202202      The rust-installer is needed, but not shipped with
    203203      <application>cargo</application>, so BLFS provides a repackaged git
Note: See TracChangeset for help on using the changeset viewer.