libreoffice: Quote multiple languages, to avoid error (invalid configuration).

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16977 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2016-02-16 18:32:43 +00:00
parent a50c3f8342
commit 201a54cbef
3 changed files with 13 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "14"> <!-- Always 2 digits -->
<!ENTITY day "16"> <!-- Always 2 digits -->
<!ENTITY month "02"> <!-- Always 2 digits -->
<!ENTITY year "2016">
<!ENTITY copyrightdate "2001-&year;">

View File

@ -44,6 +44,16 @@
-->
<listitem>
<para>February 16th, 2016</para>
<itemizedlist>
<listitem>
<para>[ken] - Libreoffice - multiple languages need to be in quotes.
</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>February 14th, 2016</para>
<itemizedlist>

View File

@ -400,7 +400,7 @@ chmod -v +x bin/unpack-sources &amp;&amp;
./autogen.sh --prefix=$LO_PREFIX \
--sysconfdir=/etc \
--with-vendor=BLFS \
--with-lang=fr en-GB \
--with-lang='fr en-GB' \
--with-help \
--with-myspell-dicts \
--with-alloc=system \
@ -533,7 +533,7 @@ fi</userinput></screen>
</para>
<para>
<parameter>--with-lang=fr en-GB</parameter>: This switch sets
<parameter>--with-lang='fr en-GB'</parameter>: This switch sets
what languages to support. To list several languages, separate them with
a space. For all languages, use
<parameter>--with-lang=ALL</parameter>.