[gnome-shell] Fix srcdir != builddir issue when installing schemeas



commit 2c5d520395bb20eb821a6e755a54989d7a986453
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Fri Jul 17 13:08:32 2009 -0400

    Fix srcdir != builddir issue when installing schemeas
    
    Since we aren't (currently) generating our GConf schemas by merging in
    .po files, the schemas file is in sourcedir not builddir.

 data/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 9a44245..139d7d0 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -9,7 +9,7 @@ schemadir  = @GCONF_SCHEMA_FILE_DIR@
 schema_DATA = gnome-shell.schemas
 
 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 $(srcdir)/$(schema_DATA)
 
 EXTRA_DIST =			\
 	$(schema_DATA)



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