[gdm] Install schemas file in new default location



commit 965512bcc04a841a6ffecf1bf2931f1344826acd
Author: Ray Strode <rstrode redhat com>
Date:   Wed Sep 15 19:44:10 2010 -0400

    Install schemas file in new default location
    
    commit 1b0ac95fda13f6701f29c4052e2f501d7714fb67 changed
    where we look for the schemas file, but not where we install it.

 data/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 7bcde1a..8624306 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -42,7 +42,7 @@ dbusconf_DATA = $(dbusconf_in_files:.conf.in=.conf)
 
 @INTLTOOL_SCHEMAS_RULE@
 
-schemasdir = $(datadir)/gdm
+schemasdir = $(pkgdatadir)
 schemas_in_files = gdm.schemas.in
 schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
 



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