mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
bc9797fb7e
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10945 af4574ff-66df-0310-9fd7-8a98e5e911e0
19 lines
694 B
XML
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>
|