source: xincludes/gsettings-destdir.xml@ f34fad23

perl-modules
Last change on this file since f34fad23 was bc9797f, checked in by Randy McMurchy <randy@…>, 11 years ago

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

  • Property mode set to 100644
File size: 694 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" >
4
5 <!-- $LastChangedBy$
6 $Date$ -->
7
8 <note>
9 <para>
10 If you installed the package to your system using a
11 <quote>DESTDIR</quote> method,
12 <filename>/usr/share/glib-2.0/schemas/gschemas.compiled</filename>
13 was not updated/created. Create (or update) the file using the following
14 command as the <systemitem class="username">root</systemitem> user:
15 </para>
16
17<screen role="root"><userinput>glib-compile-schemas /usr/share/glib-2.0/schemas</userinput></screen>
18 </note>
Note: See TracBrowser for help on using the repository browser.