From ca73fc5dde7881a6be093b709706a344cffaae9d Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 7 Jan 2020 16:54:23 -0300 Subject: [PATCH] Fixing "deb" builds. --- Makefile.in | 6 +++++- locale/Makefile.in | 2 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index c78c7cd..20f0357 100644 --- a/Makefile.in +++ b/Makefile.in @@ -388,7 +388,7 @@ install-conf: install-dev: \ - $(POTDIR)/$(LIBNAME).pot + locale/$(LIBNAME).pot @mkdir -p $(DESTDIR)$(includedir)/v3270 @@ -406,6 +406,10 @@ install-dev: \ sdk/libv3270.pc \ $(DESTDIR)$(libdir)/pkgconfig/libv3270.pc + # Install translation files + @$(MKDIR) $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/pot + @$(INSTALL_DATA) locale/$(LIBNAME).pot $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/pot + install-glade: diff --git a/locale/Makefile.in b/locale/Makefile.in index 625c8de..bb9ded2 100644 --- a/locale/Makefile.in +++ b/locale/Makefile.in @@ -78,7 +78,5 @@ all: \ install: \ $(foreach SRC, $(basename $(wildcard *.po)), $(DESTDIR)/$(localedir)/$(SRC)/LC_MESSAGES/$(PACKAGE_NAME).mo) - @$(MKDIR) $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/pot - @$(INSTALL_DATA) $(PACKAGE_NAME).pot $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/pot -- libgit2 0.21.2