diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-06-27 12:54:09 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-06-27 12:54:09 -0500 |
commit | 5809826800d8005976be14888ac1f4df21174bbf (patch) | |
tree | 16f31c75e6c71e903851b3c1fb727ecdf7c9711e /chapter08/libcap.xml | |
parent | f23960ab257406545de07105e1b38b2da7cd7dc9 (diff) |
Package updates.
Update to bash-5.1.8.
Update to dejagnu-1.6.3.
Update to gdbm-1.20.
Update to libcap-2.51.
Update to man-pages-5.1.
Diffstat (limited to 'chapter08/libcap.xml')
-rw-r--r-- | chapter08/libcap.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter08/libcap.xml b/chapter08/libcap.xml index 05d4a6ff0..d8fc15175 100644 --- a/chapter08/libcap.xml +++ b/chapter08/libcap.xml @@ -43,10 +43,6 @@ <sect2 role="installation"> <title>Installation of Libcap</title> - <para>First, fix an upstream oversight in the latest release:</para> - -<screen><userinput remap="pre">sed -i 's/ $(PROGS)/& capsh/' progs/Makefile</userinput></screen> - <para>Prevent static libraries from being installed:</para> <screen><userinput remap="pre">sed -i '/install -m.*STA/d' libcap/Makefile</userinput></screen> |