aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
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 /contrib/Makefile.am
parentc9b52f6ce67209e000d2f679a34c23bd4724b243 (diff)
downloadgnunet-8602fa51ea946d552a3c6e18e6c4a92caefee34e.tar.gz
gnunet-8602fa51ea946d552a3c6e18e6c4a92caefee34e.zip
DESTDIR needed here
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r--contrib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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:
125 $(INSTALL_DATA) $$hello $(DESTDIR)$(pkghellodir)/ ; \ 125 $(INSTALL_DATA) $$hello $(DESTDIR)$(pkghellodir)/ ; \
126 fi \ 126 fi \
127 done 127 done
128 install scripts/gnunet-bugreport $(bindir)/gnunet-bugreport 128 install scripts/gnunet-bugreport $(DESTDIR)$(bindir)/gnunet-bugreport
129 129
130dist-hook: 130dist-hook:
131 if test -d $(srcdir)/hellos; then \ 131 if test -d $(srcdir)/hellos; then \