aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amat.us>2018-06-14 09:27:53 -0500
committerDavid Barksdale <amatus@amat.us>2018-06-14 09:27:53 -0500
commit8602fa51ea946d552a3c6e18e6c4a92caefee34e (patch)
tree31bc44d4794dd672f83ba3aa908b5fd7114b58b5
parentc9b52f6ce67209e000d2f679a34c23bd4724b243 (diff)
DESTDIR needed heremaster
-rw-r--r--contrib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 27b1d01bc8..1e348233d9 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 \