From d505be03a4ac61d23d56b58dc53bd48fb17bde2c Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Fri, 28 Jun 2013 18:04:59 +0000 Subject: [PATCH] Ajustando instalação do plugin dbus (geração do .deb falhou) --- Makefile.in | 5 ++++- po/pt_BR.po | 2 +- src/plugins/dbus3270/Makefile.in | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 3619888..aefbb7c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -351,9 +351,12 @@ install-sdk: install-oxt: @$(MAKE) BINDIR=../../.bin LIB3270_CFLAGS="-I../../src/include" -C src/oxt install -install-rexx: +install-plugin-rexx: @$(MAKE) BINDIR=../../.bin LIB3270_CFLAGS="-I../../src/include" -C src/plugins/rx3270 install +install-plugin-dbus: + @$(MAKE) BINDIR=../../.bin LIB3270_CFLAGS="-I../../src/include" -C src/plugins/dbus3270 install + clean: @rm -fr .obj @rm -fr .bin diff --git a/po/pt_BR.po b/po/pt_BR.po index aec6aaf..0e15756 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: pw3270 5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-06-28 09:23-0300\n" +"POT-Creation-Date: 2013-06-28 15:03-0300\n" "PO-Revision-Date: 2013-05-08 14:30-0300\n" "Last-Translator: Perry Werneck \n" "Language-Team: Português <>\n" diff --git a/src/plugins/dbus3270/Makefile.in b/src/plugins/dbus3270/Makefile.in index b0885fc..1952da2 100644 --- a/src/plugins/dbus3270/Makefile.in +++ b/src/plugins/dbus3270/Makefile.in @@ -142,7 +142,7 @@ $(BINDBG)/plugins/$(MODULE_NAME).so: $(foreach SRC, $(basename $(PLUGIN_SRC)), $ #---[ Misc targets ]----------------------------------------------------------- -install: $(BINRLS)/plugins/$(MODULE_NAME).so +install: @$(MKDIR) $(DESTDIR)$(libdir)/$(PACKAGE_NAME)-plugins @$(INSTALL_PROGRAM) $(BINRLS)/plugins/$(MODULE_NAME).so $(DESTDIR)$(libdir)/$(PACKAGE_NAME)-plugins -- libgit2 0.21.2