[gnome-globalmenu] Fixed makefile for schemas installation



commit b07e047df4e76957f809379140348e7a82cbf184
Author: Luca Viggiani <lviggiani gmail com>
Date:   Wed Dec 9 19:02:17 2009 +0100

    Fixed makefile for schemas installation

 schemas/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/schemas/Makefile.am b/schemas/Makefile.am
index f676bb3..4be7fbf 100644
--- a/schemas/Makefile.am
+++ b/schemas/Makefile.am
@@ -18,7 +18,7 @@ schema_DATA = $(schema_in_files:.in=)
 if GCONF_SCHEMAS_INSTALL
 
 install-data-local:
-	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/$(schema_DATA)
+	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA)
 else
 install-data-local:
 endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]