From 84e4cae928b0fd16b3c6b22e2072304094beed3e Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Thu, 18 Dec 2003 00:09:28 +0000 Subject: 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 --- chapter06/zlib.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'chapter06') 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 make check -And install the package: +Install the static library: make install +And fix the permissions on the static library: + +chmod 644 /usr/lib/libz.a + It is good policy and common practice to place important libraries into the /lib directory. This matters most in scenarios where /usr is on a -- cgit v1.2.3-54-g00ecf