From: David Barksdale Date: Thu, 14 Jun 2018 14:27:53 +0000 (-0500) Subject: DESTDIR needed here X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8602fa51ea946d552a3c6e18e6c4a92caefee34e;p=oweals%2Fgnunet.git DESTDIR needed here --- 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 \