From c9e34015f6b1a2f0be372bbf8bcf7451c897ff56 Mon Sep 17 00:00:00 2001 From: Danny Baumann Date: Wed, 12 Mar 2008 07:50:28 +0100 Subject: Makefile update --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3121c08..414ada6 100644 --- a/Makefile +++ b/Makefile @@ -405,7 +405,8 @@ install: $(DESTDIR) all else \ $(ECHO) "install : $(schema-output)"; \ fi; \ - gconftool-2 --install-schema-file=$(schema-output) > /dev/null; \ + GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \ + gconftool-2 --makefile-install-rule $(schema-output) > /dev/null; \ if [ '$(color)' != 'no' ]; then \ $(ECHO) -e "\r\033[0minstall : \033[34m$(schema-output)\033[0m"; \ fi; \ -- cgit v1.1