diff options
author | Nils Gillmann <ng0@n0.is> | 2018-06-04 20:50:28 +0000 |
---|---|---|
committer | Nils Gillmann <ng0@n0.is> | 2018-06-04 20:50:28 +0000 |
commit | 6decfbd4ca86b2465d01406de586fcd5a5005c00 (patch) | |
tree | 17c16a4a2c6bf69ac595b03af3c420b1488fe8c4 | |
parent | 2b99bddcb6961cfda34087138acdda4b8b9ccb9f (diff) |
contrib: rename scripts/report.sh to scripts/gnunet-bugreport and install it.
Signed-off-by: Nils Gillmann <ng0@n0.is>
-rw-r--r-- | contrib/Makefile.am | 4 | ||||
-rwxr-xr-x | contrib/scripts/gnunet-bugreport (renamed from contrib/scripts/report.sh) | 0 |
2 files changed, 3 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 8e07a5d8c2..81528a90e7 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 index 7fbb2f46c8..7fbb2f46c8 100755 --- a/contrib/scripts/report.sh +++ b/contrib/scripts/gnunet-bugreport |