mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
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:
parent
a50c3f8342
commit
201a54cbef
@ -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;">
|
||||
|
@ -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>
|
||||
|
@ -400,7 +400,7 @@ chmod -v +x bin/unpack-sources &&
|
||||
./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>.
|
||||
|
Loading…
Reference in New Issue
Block a user