Author: pierre
Date: Sat Sep 21 06:49:28 2019
New Revision: 22177

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

Modified:
   trunk/BOOK/postlfs/editors/gedit.xml

Modified: trunk/BOOK/postlfs/editors/gedit.xml
==============================================================================
--- trunk/BOOK/postlfs/editors/gedit.xml        Fri Sep 20 16:43:14 2019        
(r22176)
+++ trunk/BOOK/postlfs/editors/gedit.xml        Sat Sep 21 06:49:28 2019        
(r22177)
@@ -125,8 +125,10 @@
       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 @@
     <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>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to