* src/data/Makefile.am: Use HUP instead of default SIGTERM.
svn: r3284
This commit is contained in:
parent
de638cb2b4
commit
01c169c0f4
@ -1,3 +1,6 @@
|
||||
2004-07-26 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||
* src/data/Makefile.am: Use HUP instead of default SIGTERM.
|
||||
|
||||
2004-07-25 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||
* src/data/Makefile.am: Execute `pkill gconfd'.
|
||||
|
||||
|
@ -20,7 +20,7 @@ install-schemas:
|
||||
$(INSTALL_DATA) gramps.schemas $(DESTDIR)/etc/gconf/schemas
|
||||
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
|
||||
gconftool-2 --makefile-install-rule gramps.schemas
|
||||
pkill gconfd
|
||||
pkill -HUP gconfd
|
||||
|
||||
install-data-local: install-schemas
|
||||
$(INSTALL) -d $(DESTDIR)$(prefix)/share/gnome/apps/Applications
|
||||
|
Loading…
Reference in New Issue
Block a user