From b70a94cb9a9bbfd07b3dd1cc3c528ede842b7768 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 24 Jan 2019 18:03:09 -0200 Subject: [PATCH] Fixing package build. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index b479d69..a93322c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -314,11 +314,11 @@ install-shared: \ # Install default configs - @mkdir -p $(datarootdir)/pw3270 + @mkdir -p $(DESTDIR)$(datarootdir)/pw3270 @$(INSTALL_DATA) \ colors.conf \ - $(datarootdir)/pw3270 + $(DESTDIR)$(datarootdir)/pw3270 install-static: \ $(BINRLS)/static/$(LIBNAME).a -- libgit2 0.21.2