diff options
author | William Jon McCann <jmccann@redhat.com> | 2008-02-08 16:29:58 +0000 |
---|---|---|
committer | William Jon McCann <mccann@src.gnome.org> | 2008-02-08 16:29:58 +0000 |
commit | d658aa230d94bc4b28cb268a64ec2ba36c06e871 (patch) | |
tree | f9aade56468c120c0db035f1512ac39fc2ab95e5 /data/Makefile.am | |
parent | afede31b8e2a088a4361a89af18c324fd7e806d2 (diff) | |
download | gdm-d658aa230d94bc4b28cb268a64ec2ba36c06e871.tar.gz |
Unset existing values in the mandatory gconf source so that we'll be able
2008-02-08 William Jon McCann <jmccann@redhat.com>
* data/Makefile.am:
* data/gconf.path:
Unset existing values in the mandatory gconf source
so that we'll be able to change values as needed.
svn path=/trunk/; revision=5736
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 3124bbff..a9fa5549 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -197,6 +197,7 @@ install-data-hook: gdm.conf-custom Xsession Init PostSession PreSession gconf.pa fi $(INSTALL_DATA) $(srcdir)/gconf.path $(DESTDIR)$(workingdir)/.gconf.path + gconftool-2 --direct --config-source=xml:merged:$(DESTDIR)$(workingdir)/.gconf.mandatory --recursive-unset / gconftool-2 --direct --config-source=xml:merged:$(DESTDIR)$(workingdir)/.gconf.mandatory --load $(srcdir)/session-setup.entries |