diff options
author | Cedric Schieli <cschieli@gmail.com> | 2010-06-01 12:37:47 +0000 |
---|---|---|
committer | Cedric Schieli <cschieli@gmail.com> | 2010-06-01 12:37:47 +0000 |
commit | 10b8b99e48384b4470cac1330080c12d2ade01de (patch) | |
tree | 7bb4ad6cd94a2c9a960fd9a4532d123eee5151d5 /testing/osmo/osmo-0.2.10-build-mo.patch | |
parent | 9252f1cfd78299b137400ed8169a79f7f833daac (diff) | |
parent | c6c0b6f9dbde1244e7b31f74c703178a867e873f (diff) | |
download | aports-to-upstream.tar.bz2 aports-to-upstream.tar.xz |
Merge remote branch 'upstream/master' into to-upstreamto-upstream
Diffstat (limited to 'testing/osmo/osmo-0.2.10-build-mo.patch')
-rw-r--r-- | testing/osmo/osmo-0.2.10-build-mo.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/osmo/osmo-0.2.10-build-mo.patch b/testing/osmo/osmo-0.2.10-build-mo.patch new file mode 100644 index 00000000..ac1b9aa2 --- /dev/null +++ b/testing/osmo/osmo-0.2.10-build-mo.patch @@ -0,0 +1,20 @@ +diff --git a/po/Makefile.am b/po/Makefile.am +index b3c904a..f0ee467 100644 +--- a/po/Makefile.am ++++ b/po/Makefile.am +@@ -16,8 +16,8 @@ all: $(MOFILES) + + update-po: $(DOMAIN).pot $(POFILES) $(MOFILES) + +-%.mo: skip +- @po=$(@:.mo=.po); if test $$po -nt $@ ; then $(MSGFMT) -c --statistics $$po -o $@; echo "$@ updated."; fi ++%.mo: %.po ++ @$(MSGFMT) -c --statistics $^ -o $@; echo "$@ updated." + + %.po: $(DOMAIN).pot + $(MSGMERGE) $@ $< -o $@.in && mv $@.in $@ +@@ -41,4 +41,3 @@ uninstall-local: + clean-local: + rm -rf *.mo + +-skip: |