diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-01-16 08:17:00 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-01-16 08:17:00 +0000 |
commit | 0ebc87489eeab6a3ff481446c66615a12ff7c147 (patch) | |
tree | 3481ed4b02c85cd60d2f153fa6eadf77be58bb26 /chapter06 | |
parent | a5ad6a896c244cdb0745c5828361771eb9166b75 (diff) |
libcap-2.31
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11730 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/libcap.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/libcap.xml b/chapter06/libcap.xml index de9092988..6ec48c5ad 100644 --- a/chapter06/libcap.xml +++ b/chapter06/libcap.xml @@ -43,9 +43,9 @@ <sect2 role="installation"> <title>Installation of Libcap</title> - <para>Prevent a static library from being installed:</para> + <para>Prevent two static libraries from being installed:</para> -<screen><userinput remap="pre">sed -i '/install.*STACAPLIBNAME/d' libcap/Makefile</userinput></screen> +<screen><userinput remap="pre">sed -i '/install.*STA...LIBNAME/d' libcap/Makefile</userinput></screen> <para>Compile the package:</para> |