Procházet zdrojové kódy

Make intltool-update shut up.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10927 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Krejzi před 8 roky
rodič
revize
b6c14ed040
3 změnil soubory, kde provedl 16 přidání a 2 odebrání
  1. 10 0
      chapter01/changelog.xml
  2. 4 0
      chapter06/intltool.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 -->
 
+    <listitem>
+      <para>2015-07-23</para>
+      <itemizedlist>
+        <listitem>
+          <para>[krejzi] - Fixed a warning in the intltool-update
+          perl script caused by perl-5.22.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2015-07-16</para>
       <itemizedlist>

+ 4 - 0
chapter06/intltool.xml

@@ -41,6 +41,10 @@
   <sect2 role="installation">
     <title>Installation of Intltool</title>
 
+    <para>First fix a warning that is caused by perl-5.22 and later:</para>
+
+<screen><userinput remap="pre">sed -i 's:\\\${:\\\$\\{:' intltool-update.in</userinput></screen>
+
     <para>Prepare Intltool for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>

+ 2 - 2
general.ent

@@ -1,7 +1,7 @@
-<!ENTITY version         "SVN-20150716">
+<!ENTITY version         "SVN-20150723">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;. Change to x.y for release 
                                       but not -rc releases -->
-<!ENTITY releasedate     "July 16, 2015">
+<!ENTITY releasedate     "July 23, 2015">
 <!ENTITY copyrightdate   "1999-2015"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "7.8">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->