[gsettings-desktop-schemas] build: Substitute @GETTEXT_PACKAGE@ in schemas
- From: Thomas Wood <thos src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gsettings-desktop-schemas] build: Substitute @GETTEXT_PACKAGE@ in schemas
- Date: Fri, 11 Feb 2011 16:57:52 +0000 (UTC)
commit 510d029a1839af6b643794ab3d2726d86a186893
Author: Thomas Wood <thos gnome org>
Date: Thu Feb 10 16:16:19 2011 +0000
build: Substitute @GETTEXT_PACKAGE@ in schemas
schemas/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/schemas/Makefile.am b/schemas/Makefile.am
index b339ec8..97cdc83 100644
--- a/schemas/Makefile.am
+++ b/schemas/Makefile.am
@@ -23,7 +23,7 @@ desktop_gschemas_in = $(desktop_gschemas_in_in:.xml.in.in=.xml.in)
gsettings_SCHEMAS = $(desktop_gschemas_in:.xml.in=.xml)
%.gschema.xml.in: %.gschema.xml.in.in Makefile
- $(AM_V_GEN) $(SED) -e 's^\ datadir\@^$(datadir)^g' < $< > $@
+ $(AM_V_GEN) $(SED) -e 's^\ datadir\@^$(datadir)^g' -e 's^\ GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@
@GSETTINGS_RULES@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]