summarylogtreecommitdiffstats
path: root/aeskulap_remove_gconf_schemas.patch
blob: 7d617e097303d44043b8e55339741d4253472b5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: GCONF_SCHEMAS_INSTALL is unknown - just ignore the if statement
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 26 Oct 2018 20:32:30 +0200

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -62,10 +62,10 @@ schema_DATA = aeskulap.schemas
 
 @INTLTOOL_SCHEMAS_RULE@
 
-if GCONF_SCHEMAS_INSTALL
-install-data-local:
-	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
-endif
+#if GCONF_SCHEMAS_INSTALL
+#install-data-local:
+#	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
+#endif
 endif 
 endif