瀏覽代碼

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

Greg Schafer 21 年之前
父節點
當前提交
84e4cae928
共有 4 個文件被更改,包括 17 次插入4 次删除
  1. 9 0
      chapter01/changelog.xml
  2. 5 1
      chapter06/zlib.xml
  3. 1 1
      entities/kbd.ent
  4. 2 2
      index.xml

+ 9 - 0
chapter01/changelog.xml

@@ -30,6 +30,7 @@
 <itemizedlist>
 <listitem><para>gcc-3.3.2-no_fixincludes-1.patch</para></listitem>
 <listitem><para>inetutils-1.4.2-no_server_man_pages-1.patch</para></listitem>
+<listitem><para>kbd-1.08-more-programs-3.patch</para></listitem>
 </itemizedlist>
 </listitem>
 
@@ -38,6 +39,7 @@
 <listitem><para>gcc-3.3.1-no_fixincludes-2.patch</para></listitem>
 <listitem><para>gcc-3.3.1-suppress-libiberty.patch</para></listitem>
 <listitem><para>grub-0.93-gcc33-1.patch</para></listitem>
+<listitem><para>kbd-1.08-more-programs.patch</para></listitem>
 <listitem><para>man-1.5m2-manpath.patch</para></listitem>
 <listitem><para>man-1.5m2-pager.patch</para></listitem>
 <listitem><para>ncurses-5.3-vsscanf.patch</para></listitem>
@@ -46,6 +48,13 @@
 </itemizedlist>
 </listitem>
 
+<listitem><para>December 17th, 2003 [greg]: Chapter 6 - Kbd: Updated to new
+patch that also installs the man pages for the additional programs. Closes Bug
+726.</para></listitem>
+
+<listitem><para>December 17th, 2003 [greg]: Chapter 6 - Zlib: Added chmod
+command to fix static library permissions. Closes Bug 728.</para></listitem>
+
 <listitem><para>December 12th, 2003 [greg]: Glibc: Moved ld.so.conf creation
 to immediately before make install in both chapters.</para></listitem>
 

+ 5 - 1
chapter06/zlib.xml

@@ -47,10 +47,14 @@ make</userinput></screen>
 
 <screen><userinput>make check</userinput></screen>
 
-<para>And install the package:</para>
+<para>Install the static library:</para>
 
 <screen><userinput>make install</userinput></screen>
 
+<para>And fix the permissions on the static library:</para>
+
+<screen><userinput>chmod 644 /usr/lib/libz.a</userinput></screen>
+
 <para>It is good policy and common practice to place important libraries into
 the <filename class="directory">/lib</filename> directory. This matters most
 in scenarios where <filename class="directory">/usr</filename> is on a

+ 1 - 1
entities/kbd.ent

@@ -13,7 +13,7 @@
 <!ENTITY kbd-package "kbd-&kbd-version;.tar.gz">
 <!ENTITY kbd-size "801 KB">
 
-<!ENTITY kbd-patch "kbd-&kbd-version;-more-programs.patch">
+<!ENTITY kbd-patch "kbd-&kbd-version;-more-programs-3.patch">
 <!ENTITY kbd-patch-size "1 KB">
 
 <!ENTITY kbd-compsize "12 MB">

+ 2 - 2
index.xml

@@ -3,8 +3,8 @@
 				"/usr/share/docbook/docbookx.dtd" [
 
 
-<!ENTITY version "CVS-20031212">
-<!ENTITY releasedate "December 12th, 2003">
+<!ENTITY version "CVS-20031217">
+<!ENTITY releasedate "December 17th, 2003">
 <!ENTITY milestone "5.1">
 <!ENTITY nbsp " ">