From: czarny Date: Tue, 18 Sep 2007 18:36:19 +0000 (+0000) Subject: - since I can't make autotools regenerate Makefile from Makefile.am I'm X-Git-Url: http://git.pld-linux.org/?p=packages%2Fclosure.git;a=commitdiff_plain;h=1021575f7662d0e0911cc9305540ec11a7449d7a - since I can't make autotools regenerate Makefile from Makefile.am I'm just deleting the section that tries to use gconf direcly in Makefile Changed files: closure-gconf.patch -> 1.1 --- diff --git a/closure-gconf.patch b/closure-gconf.patch new file mode 100644 index 0000000..dd3817c --- /dev/null +++ b/closure-gconf.patch @@ -0,0 +1,14 @@ +diff -urN closure-0.1.3/src/Makefile.in closure-0.1.3.new/src/Makefile.in +--- closure-0.1.3/src/Makefile.in 2007-08-04 23:56:50.000000000 +0200 ++++ closure-0.1.3.new/src/Makefile.in 2007-09-18 20:10:50.155972217 +0200 +@@ -506,10 +506,6 @@ + $(schema_DATA): $(schema_DATA_IN) + sed -e "s|\@PREFIX\@|$(prefix)|g" $< > $@ + +-install-data-local: +- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) +- killall -HUP gconfd-2 +- + #nodistdir = . + #nobase_nodist_pkgpython_PYTHON=common.py + #nodist_pkgpython_PYTHON=common.py