[gnome-games] libgames-support: Fix glib-compile-schema call
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] libgames-support: Fix glib-compile-schema call
- Date: Thu, 3 Jun 2010 23:49:54 +0000 (UTC)
commit 805a1d6868698ff726bc5062926f530249b3ff58
Author: Christian Persch <chpe gnome org>
Date: Fri Jun 4 01:49:23 2010 +0200
libgames-support: Fix glib-compile-schema call
libgames-support/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgames-support/Makefile.am b/libgames-support/Makefile.am
index 0310a2b..5024d2f 100644
--- a/libgames-support/Makefile.am
+++ b/libgames-support/Makefile.am
@@ -238,8 +238,8 @@ endif # HAVE_INTROSPECTION
install-data-hook:
if GSETTINGS_SCHEMAS_INSTALL
- if test -z "$(DATADIR)"; then \
- $(GLIB_COMPILE_SCHEMAS) $(DESTDIR)$(gsettingsschemadir) ; \
+ if test -z "$(DESTDIR)"; then \
+ $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir) ; \
fi
endif # GSETTINGS_SCHEMAS_INSTALL
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]