瀏覽代碼

Fix permissions for zlib static library

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8882 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 16 年之前
父節點
當前提交
fddfb52082
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      chapter06/zlib.xml

+ 4 - 0
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">