Changeset 517579a for postlfs


Ignore:
Timestamp:
09/05/2021 05:32:26 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
68df997a
Parents:
d732663
Message:

Shadow: restructure the instructions so that changes to Makefile.in are
not canceled out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/shadow.xml

    rd732663 r517579a  
    118118    </para>
    119119
    120 <screen><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile.in &amp;&amp;
     120<screen><userinput>sed -i.orig '/$(LIBTCB)/i $(LIBPAM) \\' libsubid/Makefile.am &amp;&amp;
     121sed -i "224s/rounds/min_rounds/"        libmisc/salt.c       &amp;&amp;
     122
     123autoreconf -fiv &amp;&amp;
     124
     125sed -i 's/groups$(EXEEXT) //' src/Makefile.in &amp;&amp;
    121126
    122127find man -name Makefile.in -exec sed -i 's/groups\.1 / /'   {} \; &amp;&amp;
     
    128133    -e '/PATH=/{s@/sbin:@@;s@/bin:@@}'                \
    129134    -i etc/login.defs                                 &amp;&amp;
    130 
    131 sed -i.orig '/$(LIBTCB)/i $(LIBPAM) \\' libsubid/Makefile.am &amp;&amp;
    132 sed -i "224s/rounds/min_rounds/"        libmisc/salt.c       &amp;&amp;
    133 
    134 autoreconf -fiv &amp;&amp;
    135135
    136136./configure --sysconfdir=/etc --with-group-name-max-length=32 &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.