Ignore:
Timestamp:
02/03/2006 06:19:11 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
571e4306
Parents:
937425f
Message:

Updated the GNOME Add-on packages to reflect the change in the GNOME sysconfdir configuration directory - Commit #1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5635 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gconf-editor.xml

    r937425f ra18731b  
    7474
    7575<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    76     --sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
     76    --sysconfdir=&gnome-etc-dir; --localstatedir=/var/lib &amp;&amp;
    7777make</userinput></screen>
    7878
     
    8888    <title>Command Explanations</title>
    8989
    90     <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
     90    <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
    9191    <application>GConf</application> schema files in
    92     <filename class='directory'>/etc/gnome/gconf/schemas</filename> instead of
     92    <filename class='directory'>&gnome-etc-dir;/gconf/schemas</filename> instead of
    9393    <filename class='directory'>$GNOME_PREFIX/etc/gconf/schemas</filename>.</para>
    9494
     
    111111        <seg>gconf-editor</seg>
    112112        <seg>None</seg>
    113         <seg>/etc/gnome/gconf/gconf.xml.defaults/apps/gconf-editor,
    114         /etc/gnome/gconf/gconf.xml.defaults/schemas/apps/gconf-editor,
     113        <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/apps/gconf-editor,
     114        &gnome-etc-dir;/gconf/gconf.xml.defaults/schemas/apps/gconf-editor,
    115115        $GNOME_PREFIX/share/gnome/help/gconf-editor,
    116116        $GNOME_PREFIX/share/omf/gconf-editor, and
Note: See TracChangeset for help on using the changeset viewer.