for gedit, glib-compile-schemas is only needed incase of a DESTDIR install

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22177 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2019-09-21 13:49:28 +00:00
parent 640549f1b2
commit 825e41ecc8

View File

@ -125,8 +125,10 @@ ninja</userinput></screen>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>ninja install &amp;&amp;
glib-compile-schemas /usr/share/glib-2.0/schemas</userinput></screen>
<screen role="root"><userinput>ninja install</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gsettings-destdir.xml"/>
</sect2>
@ -134,8 +136,8 @@ glib-compile-schemas /usr/share/glib-2.0/schemas</userinput></screen>
<title>Command Explanations</title>
<para>
<parameter>-Ddocumentation=true</parameter>: Use this option
to build the reference manual.
<option>-Ddocumentation=true</option>: Use this option
to build the reference manual (needs <xref linkend="gtk-doc"/>).
</para>
</sect2>