glfs/xincludes/gsettings-destdir.xml
Randy McMurchy bc9797fb7e Added DESTDIR instructions to packages that update '/usr/share/glib-2.0/schemas' and the xinclude files
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10945 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-01-18 02:31:19 +00:00

19 lines
694 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" >
<!-- $LastChangedBy$
$Date$ -->
<note>
<para>
If you installed the package to your system using a
<quote>DESTDIR</quote> method,
<filename>/usr/share/glib-2.0/schemas/gschemas.compiled</filename>
was not updated/created. Create (or update) the file using the following
command as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>glib-compile-schemas /usr/share/glib-2.0/schemas</userinput></screen>
</note>