diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-12-18 00:09:28 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-12-18 00:09:28 +0000 |
commit | 84e4cae928b0fd16b3c6b22e2072304094beed3e (patch) | |
tree | 036869190d1912ef1c6792f67906ad151dc1edcc /chapter06/zlib.xml | |
parent | 1caa48e19b0f2b609746b72a3d2d0fd572b22316 (diff) |
Kbd: Updated to newer patch that also installs the man pages
for the additional programs. Closes Bug 726.
Zlib: Added chmod command to fix static library permissions.
Closes Bug 728.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3139 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/zlib.xml')
-rw-r--r-- | chapter06/zlib.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index 5c9e7b6e6..df823d79b 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -47,10 +47,14 @@ make</userinput></screen> <screen><userinput>make check</userinput></screen> -<para>And install the package:</para> +<para>Install the static library:</para> <screen><userinput>make install</userinput></screen> +<para>And fix the permissions on the static library:</para> + +<screen><userinput>chmod 644 /usr/lib/libz.a</userinput></screen> + <para>It is good policy and common practice to place important libraries into the <filename class="directory">/lib</filename> directory. This matters most in scenarios where <filename class="directory">/usr</filename> is on a |