[gnome-games] Run glib-compile-schemas in in $(DESTDIR)
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-games] Run glib-compile-schemas in in $(DESTDIR)
- Date: Fri, 28 May 2010 00:42:18 +0000 (UTC)
commit f3b320239874e31948900df9450f45f3ec480111
Author: Robert Ancell <robert ancell gmail com>
Date:   Fri May 28 10:42:07 2010 +1000
    Run glib-compile-schemas in in $(DESTDIR)
 libgames-support/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgames-support/Makefile.am b/libgames-support/Makefile.am
index bfaa402..0310a2b 100644
--- a/libgames-support/Makefile.am
+++ b/libgames-support/Makefile.am
@@ -239,7 +239,7 @@ endif # HAVE_INTROSPECTION
 install-data-hook:
 if GSETTINGS_SCHEMAS_INSTALL
 	if test -z "$(DATADIR)"; then \
-		$(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir) ; \
+		$(GLIB_COMPILE_SCHEMAS) $(DESTDIR)$(gsettingsschemadir) ; \
 	fi
 endif # GSETTINGS_SCHEMAS_INSTALL
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]