aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2015-07-23 12:03:25 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2015-07-23 12:03:25 +0000
commitb6c14ed0404d8d28a0648c33f7b1c4faf6409546 (patch)
treed2fefb2767bca923f6fb1e1f797a857eea2a3a3a /chapter06
parent9f3584a0f4fae757c9ef1b4be5c2560bbd8e725a (diff)
Make intltool-update shut up.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10927 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/intltool.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/intltool.xml b/chapter06/intltool.xml
index af71ca422..9e9ebad20 100644
--- a/chapter06/intltool.xml
+++ b/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>