diff options
Diffstat (limited to 'chapter08/libcap.xml')
-rw-r--r-- | chapter08/libcap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/libcap.xml b/chapter08/libcap.xml index c2c59831c..d9ae8674f 100644 --- a/chapter08/libcap.xml +++ b/chapter08/libcap.xml @@ -45,7 +45,7 @@ <para>Prevent a static library from being installed:</para> -<screen><userinput remap="pre">sed -i '/install.*STACAPLIBNAME/d' libcap/Makefile</userinput></screen> +<screen><userinput remap="pre">sed -i '/install -m.*STACAPLIBNAME/d' libcap/Makefile</userinput></screen> <para>Compile the package:</para> |