gtk2/gtk2-install-po.patch
Vincent Untz feb53d7077 Accepting request 20253 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/gtk2 via accept of submit request 20253 revision 26.

OBS-URL: https://build.opensuse.org/request/show/20253
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk2?expand=0&rev=69
2009-09-09 18:09:05 +00:00

33 lines
1.0 KiB
Diff

commit 05ef84e9d6a5409d22f87023b861fb2450c4f86a
Author: Matthias Clasen <mclasen@redhat.com>
Date: Sat Sep 5 01:46:39 2009 -0400
Fix fallout from automake version bump
diff --git a/po-properties/Makefile.in.in b/po-properties/Makefile.in.in
index f7bf587..db1b638 100644
--- a/po-properties/Makefile.in.in
+++ b/po-properties/Makefile.in.in
@@ -107,7 +107,7 @@ install-data: install-data-@USE_NLS@
install-data-no: all
install-data-yes: all
$(mkdir_p) $(DESTDIR)$(datadir); \
- @catalogs='$(CATALOGS)'; \
+ catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
case "$$cat" in \
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 7e9c655..5f53019 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -126,7 +126,7 @@ install-data: install-data-@USE_NLS@
install-data-no: all
install-data-yes: all
$(mkdir_p) $(DESTDIR)$(datadir); \
- @catalogs='$(CATALOGS)'; \
+ catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
case "$$cat" in \