Browse Source

clean up gnunet-bugreport by installing it properly

Christian Grothoff 5 years ago
parent
commit
c78568d583
2 changed files with 4 additions and 2 deletions
  1. 0 1
      contrib/Makefile.am
  2. 4 1
      contrib/scripts/Makefile.am

+ 0 - 1
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/

+ 4 - 1
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