From c78568d583635b361e785b5c0f9ec21b89b1792b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 6 Apr 2019 16:49:51 +0200 Subject: clean up gnunet-bugreport by installing it properly --- contrib/Makefile.am | 1 - contrib/scripts/Makefile.am | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'contrib') diff --git a/contrib/Makefile.am b/contrib/Makefile.am index ff1d1fbbb..82aebed99 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -84,7 +84,6 @@ install-data-local: $(INSTALL_DATA) $$hello $(DESTDIR)$(pkghellodir)/ ; \ fi \ done - install scripts/gnunet-bugreport $(DESTDIR)$(bindir)/gnunet-bugreport mkdir -p $(DESTDIR)$(pkgdatadir)/services/openrc mkdir -p $(DESTDIR)$(pkgdatadir)/services/systemd install services/openrc/gnunet.initd $(DESTDIR)$(pkginitddir)/openrc/ diff --git a/contrib/scripts/Makefile.am b/contrib/scripts/Makefile.am index a9eadf337..5dc94439b 100644 --- a/contrib/scripts/Makefile.am +++ b/contrib/scripts/Makefile.am @@ -11,13 +11,16 @@ noinst_SCRIPTS = \ gnunet_janitor.py \ gnunet-chk.py +bin_SCRIPTS = \ + gnunet-bugreport + EXTRA_DIST = \ coverage.sh \ terminate.py.in \ gnunet_pyexpect.py.in \ gnunet_janitor.py.in \ gnunet-chk.py.in \ - gnunet-bugreport \ + $(SCRIPTS) \ removetrailingwhitespace.py.in \ pydiffer.py.in -- cgit v1.2.3