mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
rust: chroot: include /opt/rustc/bin into $PATH
This commit is contained in:
parent
3ed3ce652f
commit
50e90ce908
@ -22,7 +22,7 @@
|
||||
HOME=/root \
|
||||
TERM="$TERM" \
|
||||
PS1='(lfs chroot) \u:\w\$ ' \
|
||||
PATH=/usr/bin:/usr/sbin \
|
||||
PATH=/usr/bin:/usr/sbin:/opt/rustc/bin \
|
||||
/bin/bash --login</userinput></screen>
|
||||
|
||||
<para>The <parameter>-i</parameter> option given to the <command>env</command>
|
||||
|
Loading…
Reference in New Issue
Block a user