Author: renodr
Date: Fri Aug 28 19:29:03 2020
New Revision: 23639

Log:
VTE: Prevent installing systemd units on SysV systems.

Modified:
   trunk/BOOK/gnome/platform/vte.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/gnome/platform/vte.xml
==============================================================================
--- trunk/BOOK/gnome/platform/vte.xml   Fri Aug 28 11:35:15 2020        (r23638)
+++ trunk/BOOK/gnome/platform/vte.xml   Fri Aug 28 19:29:03 2020        (r23639)
@@ -110,11 +110,17 @@
       commands:
     </para>
 
-<screen><userinput>mkdir build &amp;&amp;
+<screen revision="systemd"><userinput>mkdir build &amp;&amp;
 cd    build &amp;&amp;
 
-meson  --prefix=/usr --sysconfdir=/etc -Dfribidi=false &amp;&amp;
-ninja </userinput></screen>
+meson  --prefix=/usr --sysconfdir=/etc -Dfribidi=false .. &amp;&amp;
+ninja</userinput></screen>
+
+<screen revision="sysv"><userinput>mkdir build &amp;&amp;
+cd    build &amp;&amp;
+
+meson --prefix=/usr --sysconfdir=/etc -Dfribidi=false -D_systemd=false .. 
&amp;&amp;
+ninja</userinput></screen>
 
     <para>
       To test the results, issue <command>ninja test</command>.

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri Aug 28 11:35:15 
2020        (r23638)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Aug 28 19:29:03 
2020        (r23639)
@@ -44,6 +44,10 @@
     <listitem>
       <para>August 28th, 2020</para>
       <itemizedlist>
+        <listitem revision="sysv">
+          <para>[renodr] - Prevent VTE from installing systemd units on SysV
+          systems.</para>
+        </listitem>
         <listitem>
           <para>[bdubbs] - Update to dash-0.5.11.2. Fixes
           <ulink url="&blfs-ticket-root;13977">#13977</ulink>.</para>
-- 
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