aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
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 \