From 825e41ecc8b193e9767edff8568d692ade7ff12a Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 21 Sep 2019 13:49:28 +0000 Subject: [PATCH] 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 --- postlfs/editors/gedit.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/postlfs/editors/gedit.xml b/postlfs/editors/gedit.xml index bd36ea8183..496bc3809f 100644 --- a/postlfs/editors/gedit.xml +++ b/postlfs/editors/gedit.xml @@ -125,8 +125,10 @@ ninja Now, as the root user: -ninja install && -glib-compile-schemas /usr/share/glib-2.0/schemas +ninja install + + @@ -134,8 +136,8 @@ glib-compile-schemas /usr/share/glib-2.0/schemas Command Explanations - -Ddocumentation=true: Use this option - to build the reference manual. + : Use this option + to build the reference manual (needs ).