diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-17 02:57:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-17 02:57:28 +0000 |
commit | fddfb520822967ae5afc28c92c8f3ff862851a42 (patch) | |
tree | a55a91dd15043d72a6a26d70d10f6c69783572de /chapter06 | |
parent | af6115579c870a648424d6ad44810f38459f2193 (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.xml | 4 |
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"> |