diff options
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r-- | chapter06/ncurses.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index ae9235fbd..b931834f9 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -89,11 +89,8 @@ <screen><userinput>make install</userinput></screen> - <para>Give the Ncurses libraries execute permissions:</para> - -<screen><userinput>chmod -v 755 /usr/lib/*.&ncurses-version;</userinput></screen> - - <para>Fix a library that should not be executable:</para> + <para>Correct the permissions of a library that should not be executable: + </para> <screen><userinput>chmod -v 644 /usr/lib/libncurses++w.a</userinput></screen> |