diff options
Diffstat (limited to 'comms/gpredict/files/patch-po-Makefile.in.in')
-rw-r--r-- | comms/gpredict/files/patch-po-Makefile.in.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/gpredict/files/patch-po-Makefile.in.in b/comms/gpredict/files/patch-po-Makefile.in.in new file mode 100644 index 000000000000..bb6d1eb71064 --- /dev/null +++ b/comms/gpredict/files/patch-po-Makefile.in.in @@ -0,0 +1,11 @@ +--- po/Makefile.in.in.orig 2010-10-29 16:19:07.000000000 +0100 ++++ po/Makefile.in.in 2010-10-29 16:19:25.000000000 +0100 +@@ -34,7 +34,7 @@ + datarootdir = @datarootdir@ + libdir = @libdir@ + DATADIRNAME = @DATADIRNAME@ +-itlocaledir = $(prefix)/$(DATADIRNAME)/locale ++itlocaledir = $(datadir)/locale + subdir = po + install_sh = @install_sh@ + # Automake >= 1.8 provides @mkdir_p@. |