From 5e1ac67092e4805141ef022e3cd46104948e4e31 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 21 Jan 2021 14:56:50 -0300 Subject: [PATCH] Fixing package build. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 6e6b87f..6bb42a7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -104,7 +104,7 @@ install: \ install-locale install-locale: \ - locale/$(LIBNAME).pot + locale/$(GETTEXT_PACKAGE).pot @$(MAKE) -C locale DESTDIR=$(DESTDIR) install @@ -112,7 +112,7 @@ install-locale: \ $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/pot @$(INSTALL_DATA) \ - locale/$(LIBNAME).pot \ + locale/$(GETTEXT_PACKAGE).pot \ $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/pot/$(LIBNAME).pot install-server: \ -- libgit2 0.21.2