From fddfb520822967ae5afc28c92c8f3ff862851a42 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 17 May 2009 02:57:28 +0000 Subject: Fix permissions for zlib static library git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8882 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/zlib.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chapter06') diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index ddddad00b..9d4fccd81 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -71,6 +71,10 @@ make install + Finally, fix permissions on the static library: + +chmod 0644 /usr/lib/libz.a + -- cgit v1.2.3-54-g00ecf