diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/belooted/files/patch-po-Makefile.in.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/belooted/files/patch-po-Makefile.in.in b/games/belooted/files/patch-po-Makefile.in.in new file mode 100644 index 000000000000..317fd3e5354e --- /dev/null +++ b/games/belooted/files/patch-po-Makefile.in.in @@ -0,0 +1,12 @@ +Remove useless directory creation (leaving a locale/ directory behind) + +--- po/Makefile.in.in.orig 2015-07-26 20:28:34.000000000 +0000 ++++ po/Makefile.in.in 2015-07-26 20:29:04.000000000 +0000 +@@ -97,7 +97,6 @@ + install-data: install-data-@USE_NLS@ + install-data-no: all + install-data-yes: all +- $(mkdir_p) $(DESTDIR)$(itlocaledir) + if test -n "$(PO_LINGUAS)"; then \ + linguas="$(PO_LINGUAS)"; \ + else \ |