From 2b3f2a346606965a555a9246e4f48ae8a4a48e60 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 5 Sep 2019 10:16:45 -0300 Subject: [PATCH] Datadir is now based on product name. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 8bd7048..a67f912 100644 --- a/Makefile.in +++ b/Makefile.in @@ -305,8 +305,8 @@ install-dev: \ $(DESTDIR)$(libdir)/pkgconfig/lib3270.pc # Install translation files - @$(MKDIR) $(DESTDIR)$(datarootdir)/pw3270/pot - @$(INSTALL_DATA) $(POTDIR)/lib3270.pot $(DESTDIR)$(datarootdir)/pw3270/pot/lib3270.pot + @$(MKDIR) $(DESTDIR)$(datadir)/pot + @$(INSTALL_DATA) $(POTDIR)/lib3270.pot $(DESTDIR)$(datadir)/pot/lib3270.pot #---[ Misc Targets ]--------------------------------------------------------------------- -- libgit2 0.21.2