Commit 4021b530ec391e38e3880d5853600db16df5cb60
1 parent
e3c0e7eb
Exists in
master
and in
5 other branches
Corrigindo instalação de plugins
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Makefile.in
... | ... | @@ -326,10 +326,10 @@ install-oxt: |
326 | 326 | @$(MAKE) BINDIR=../../.bin LIB3270_CFLAGS="-I../../src/include" -C src/oxt install |
327 | 327 | |
328 | 328 | install-plugin-rexx: |
329 | - @$(MAKE) BINDIR=../../.bin LIB3270_CFLAGS="-I../../src/include" -C src/plugins/rx3270 install | |
329 | + @$(MAKE) BINDIR=../../../.bin LIB3270_CFLAGS="-I../../src/include" -C src/plugins/rx3270 install | |
330 | 330 | |
331 | 331 | install-plugin-dbus: |
332 | - @$(MAKE) BINDIR=../../.bin LIB3270_CFLAGS="-I../../src/include" -C src/plugins/dbus3270 install | |
332 | + @$(MAKE) BINDIR=../../../.bin LIB3270_CFLAGS="-I../../src/include" -C src/plugins/dbus3270 install | |
333 | 333 | |
334 | 334 | clean: |
335 | 335 | @rm -fr .obj | ... | ... |
po/pt_BR.po
... | ... | @@ -5,7 +5,7 @@ msgid "" |
5 | 5 | msgstr "" |
6 | 6 | "Project-Id-Version: pw3270 5.0\n" |
7 | 7 | "Report-Msgid-Bugs-To: \n" |
8 | -"POT-Creation-Date: 2013-07-03 10:38-0300\n" | |
8 | +"POT-Creation-Date: 2013-07-09 07:13-0300\n" | |
9 | 9 | "PO-Revision-Date: 2013-07-03 10:51-0300\n" |
10 | 10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" |
11 | 11 | "Language-Team: Português <perry.werneck@gmail.com>\n" | ... | ... |