Changeset 22e249a for postlfs


Ignore:
Timestamp:
06/27/2021 08:43:19 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
dba76a7
Parents:
26a5c21
Message:

lvm: adjust for merged /usr, and simplify command setting PATH

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/lvm2.xml

    r26a5c21 r22e249a  
    142142    </para>
    143143
    144 <screen><userinput>SAVEPATH=$PATH                  &amp;&amp;
    145 PATH=$PATH:/sbin:/usr/sbin      &amp;&amp;
     144<screen><userinput>PATH+=:/usr/sbin                \
    146145./configure --prefix=/usr       \
    147             --exec-prefix=      \
    148146            --enable-cmdlib     \
    149147            --enable-pkgconfig  \
    150148            --enable-udev_sync  &amp;&amp;
    151 make                            &amp;&amp;
    152 PATH=$SAVEPATH                  &amp;&amp;
    153 unset SAVEPATH</userinput></screen>
     149make                            &amp;&amp;</userinput></screen>
    154150
    155151    <para>
     
    250246
    251247    <para>
    252       <command>PATH=$PATH:/sbin:/usr/sbin</command>: The path
    253       must contain <filename class="directory">/sbin</filename> and
     248      <command>PATH+=:/usr/sbin</command>: The path
     249      must contain
    254250      <filename class='directory'>/usr/sbin</filename> for proper system tool
    255251      detection by the <command>configure</command> script. This instruction
Note: See TracChangeset for help on using the changeset viewer.