diff options
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> |