[anjuta-extras] bgo #654073 - Avoid to pass a directory to builder2schema when there is no key file
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta-extras] bgo #654073 - Avoid to pass a directory to builder2schema when there is no key file
- Date: Wed, 6 Jul 2011 17:37:32 +0000 (UTC)
commit a5922b3873e034c985be36f6670cc17a39d1b83c
Author: SÃbastien Granjoux <seb sfo free fr>
Date: Wed Jul 6 19:35:31 2011 +0200
bgo #654073 - Avoid to pass a directory to builder2schema when there is no key file
scripts/build-schemas.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/build-schemas.mk b/scripts/build-schemas.mk
index c9ccaf0..d277158 100644
--- a/scripts/build-schemas.mk
+++ b/scripts/build-schemas.mk
@@ -9,7 +9,7 @@ $(prefs_name).gschema.xml: $(prefs_ui_schemas)
mv -f $< $@
%.gschema.xml: %.ui
- $(AM_V_GEN)$(top_srcdir)/scripts/builder2schema.pl $< $(prefs_name) $(srcdir)/$(prefs_keyfile) > $@
+ $(AM_V_GEN)$(top_srcdir)/scripts/builder2schema.pl $< $(prefs_name) $(prefs_keyfile:%=$(srcdir)/%) > $@
# include the appropriate makefile rules for schema handling
@GSETTINGS_RULES@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]