From 6decfbd4ca86b2465d01406de586fcd5a5005c00 Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Mon, 4 Jun 2018 20:50:28 +0000 Subject: [PATCH] contrib: rename scripts/report.sh to scripts/gnunet-bugreport and install it. Signed-off-by: Nils Gillmann --- contrib/Makefile.am | 4 +++- contrib/scripts/{report.sh => gnunet-bugreport} | 0 2 files changed, 3 insertions(+), 1 deletion(-) rename contrib/scripts/{report.sh => gnunet-bugreport} (100%) diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 8e07a5d8c..81528a90e 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -32,9 +32,11 @@ dist_pkgdata_DATA = \ gns/gns-form.xslt \ branding/logo/gnunet-logo.pdf \ branding/logo/gnunet-logo-color.png \ - scripts/report.sh \ testing_hostkeys.ecc +bin_PROGRAMS = \ + scripts/gnunet-bugreport + if MINGW tap32_DATA = \ 3rdparty/Windows/openvpn-tap32/tapw32/tap0901.sys \ diff --git a/contrib/scripts/report.sh b/contrib/scripts/gnunet-bugreport similarity index 100% rename from contrib/scripts/report.sh rename to contrib/scripts/gnunet-bugreport -- 2.25.1