aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2009-05-17 02:57:28 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2009-05-17 02:57:28 +0000
commitfddfb520822967ae5afc28c92c8f3ff862851a42 (patch)
treea55a91dd15043d72a6a26d70d10f6c69783572de /chapter06
parentaf6115579c870a648424d6ad44810f38459f2193 (diff)
Fix permissions for zlib static library
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8882 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/zlib.xml4
1 files changed, 4 insertions, 0 deletions
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 @@
<screen><userinput remap="install">make install</userinput></screen>
+ <para>Finally, fix permissions on the static library:</para>
+
+<screen><userinput remap="install">chmod 0644 /usr/lib/libz.a</userinput></screen>
+
</sect2>
<sect2 id="contents-zlib" role="content">