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