From 8602fa51ea946d552a3c6e18e6c4a92caefee34e Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Thu, 14 Jun 2018 09:27:53 -0500 Subject: [PATCH] DESTDIR needed here --- contrib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 27b1d01bc..1e348233d 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -125,7 +125,7 @@ install-data-local: $(INSTALL_DATA) $$hello $(DESTDIR)$(pkghellodir)/ ; \ fi \ done - install scripts/gnunet-bugreport $(bindir)/gnunet-bugreport + install scripts/gnunet-bugreport $(DESTDIR)$(bindir)/gnunet-bugreport dist-hook: if test -d $(srcdir)/hellos; then \ -- 2.25.1