diff options
Diffstat (limited to 'chapter06/ncurses-exp.xml')
-rw-r--r-- | chapter06/ncurses-exp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/ncurses-exp.xml b/chapter06/ncurses-exp.xml index 95d079dff..f7fb2ef06 100644 --- a/chapter06/ncurses-exp.xml +++ b/chapter06/ncurses-exp.xml @@ -7,7 +7,7 @@ shared ncurses library files.</para> <para><userinput>--disable-termcap:</userinput> Disabled the compilation of termcap fall back support.</para> -<para><userinput>cd /lib && mv *.a /usr/lib :</userinput> This +<para><userinput>mv /lib/*.a /usr/lib :</userinput> This moves all of the static ncurses library files from /lib to /usr/lib. /lib should only contain the shared files which are essential to the system when /usr may not be mounted.</para> |