* src/data/Makefile.am: Kill gconfd using SIGTERM -- HUP did not work.
svn: r3495
This commit is contained in:
parent
7f5c4667c2
commit
b003d00a00
@ -35,6 +35,7 @@
|
|||||||
last file, last export, then home folders.
|
last file, last export, then home folders.
|
||||||
(NewNativeDbPrompter): Try last file, last import, last export folders,
|
(NewNativeDbPrompter): Try last file, last import, last export folders,
|
||||||
then fall back to home.
|
then fall back to home.
|
||||||
|
* src/data/Makefile.am: Kill gconfd using SIGTERM -- HUP did not work.
|
||||||
|
|
||||||
2004-08-23 Tim Waugh <twaugh@redhat.com>
|
2004-08-23 Tim Waugh <twaugh@redhat.com>
|
||||||
* install-sh: Removed this generated file.
|
* install-sh: Removed this generated file.
|
||||||
|
@ -25,7 +25,7 @@ install-schemas:
|
|||||||
$(INSTALL_DATA) $(top_srcdir)/src/data/gramps.schemas $(DESTDIR)$(sysconfdir)/gconf/schemas
|
$(INSTALL_DATA) $(top_srcdir)/src/data/gramps.schemas $(DESTDIR)$(sysconfdir)/gconf/schemas
|
||||||
-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
|
-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
|
||||||
gconftool-2 --makefile-install-rule $(top_srcdir)/src/data/gramps.schemas
|
gconftool-2 --makefile-install-rule $(top_srcdir)/src/data/gramps.schemas
|
||||||
-pkill -HUP gconfd
|
-pkill gconfd
|
||||||
|
|
||||||
install-data-local: install-schemas
|
install-data-local: install-schemas
|
||||||
$(INSTALL) -d $(DESTDIR)$(prefix)/share/applications
|
$(INSTALL) -d $(DESTDIR)$(prefix)/share/applications
|
||||||
|
Loading…
Reference in New Issue
Block a user