[gthumb/ext] [build] fixed ui and schema directory installation



commit 0d040cc911fbb1bbcee7ad3beef06926f7f95d00
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Wed Aug 12 21:22:25 2009 +0200

    [build] fixed ui and schema directory installation

 extensions/photo_importer/data/Makefile.am |    2 +-
 gthumb/Makefile.am                         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/extensions/photo_importer/data/Makefile.am b/extensions/photo_importer/data/Makefile.am
index a696480..bc1cbc5 100644
--- a/extensions/photo_importer/data/Makefile.am
+++ b/extensions/photo_importer/data/Makefile.am
@@ -8,7 +8,7 @@ schema_DATA = $(schema_in_files:.schemas.in=.schemas)
 
 if GCONF_SCHEMAS_INSTALL
 install-data-local:
-	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/data/$(schema_DATA)
+	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/extensions/photo_importer/data/$(schema_DATA)
 endif
 
 EXTRA_DIST = $(schema_in_files)
diff --git a/gthumb/Makefile.am b/gthumb/Makefile.am
index 2c9d93d..e61f858 100644
--- a/gthumb/Makefile.am
+++ b/gthumb/Makefile.am
@@ -224,7 +224,7 @@ ui_dir = $(abs_top_srcdir)/data/ui
 extensions_ui_dir = $(abs_top_srcdir)/extensions
 extensions_dir = $(abs_top_builddir)/extensions
 else
-ui_dir = $(datadir)/gthumb/ui
+ui_dir = $(datadir)/gthumb-2.0/ui
 extensions_ui_dir = $(datadir)/gthumb-2.0/ui
 extensions_dir = $(libdir)/gthumb-2.0/extensions
 endif



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