Changeset 0f79af41


Ignore:
Timestamp:
11/02/2019 09:37:44 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
7fba71b
Parents:
47d5a9e5
Message:

Fix installation of sudo-1.8.29

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/sudo.xml

    r47d5a9e5 r0f79af41  
    9696  <sect2 role="installation">
    9797    <title>Installation of Sudo</title>
     98
     99    <para>
     100      First, fix a problem that prevents installation from completion:
     101    </para>
     102
     103<screen><userinput>sed -e '/^pre-install:/{N;s@;@ -a -r $(sudoersdir)/sudoers;@}' \
     104    -i plugins/sudoers/Makefile.in</userinput></screen>
    98105
    99106    <para>
Note: See TracChangeset for help on using the changeset viewer.