diff options
author | Nils Gillmann <ng0@n0.is> | 2018-06-13 09:02:54 +0000 |
---|---|---|
committer | Nils Gillmann <ng0@n0.is> | 2018-06-13 09:02:54 +0000 |
commit | d3e47663546fc190fb6bf34674de61cc723e7380 (patch) | |
tree | 22e751134b87807d597c6ca5b918cf561fc5d1a9 | |
parent | 787d5e9e1688ccb07f1449614a5286ccb4acf3fd (diff) |
fix
Signed-off-by: Nils Gillmann <ng0@n0.is>
-rw-r--r-- | contrib/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index a3cc081b72..27b1d01bc8 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -34,9 +34,6 @@ dist_pkgdata_DATA = \ branding/logo/gnunet-logo-color.png \ testing_hostkeys.ecc -bin_PROGRAMS = \ - scripts/gnunet-bugreport - if MINGW tap32_DATA = \ 3rdparty/Windows/openvpn-tap32/tapw32/tap0901.sys \ @@ -128,6 +125,7 @@ install-data-local: $(INSTALL_DATA) $$hello $(DESTDIR)$(pkghellodir)/ ; \ fi \ done + install scripts/gnunet-bugreport $(bindir)/gnunet-bugreport dist-hook: if test -d $(srcdir)/hellos; then \ |