diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-24 19:02:40 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-24 19:02:40 +0000 |
commit | c7188a2eca9172f81e576a93ffeae67ca024b86b (patch) | |
tree | 0637c5269e2f3eb98798ec8cc377ee2a496d8471 /chapter06/ncurses-exp.xml | |
parent | 31538f681937d513130d7a7f92a4d80151d49508 (diff) |
o Updated procps URL.
o Took out hard-coded versioning in ncurses command explanation.
o Updated the Changelog after chapter swap.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2204 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/ncurses-exp.xml')
-rw-r--r-- | chapter06/ncurses-exp.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/ncurses-exp.xml b/chapter06/ncurses-exp.xml index 71b2ef272..60b126a73 100644 --- a/chapter06/ncurses-exp.xml +++ b/chapter06/ncurses-exp.xml @@ -4,9 +4,9 @@ <para><userinput>--with-shared:</userinput> This enables the build of the shared ncurses library files.</para> -<para><userinput>chmod 755 *.5.3:</userinput> Shared libraries should be -executable. Ncurses's install routine doesn't set the permissions -properly so we do it manually instead.</para> +<para><userinput>chmod 755 /usr/lib/*.&ncurses-version;:</userinput> Shared +libraries should be executable. Ncurses's install routine doesn't set the +permissions properly so we do it manually instead.</para> <para><userinput>ln -sf libncurses.a libcurses.a:</userinput> Some programs try to link using -lcurses instead of -lncurses. This symlink |