gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: clean up gnunet-bugreport b


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: clean up gnunet-bugreport by installing it properly
Date: Sat, 06 Apr 2019 16:49:52 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new c78568d58 clean up gnunet-bugreport by installing it properly
c78568d58 is described below

commit c78568d583635b361e785b5c0f9ec21b89b1792b
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Apr 6 16:49:51 2019 +0200

    clean up gnunet-bugreport by installing it properly
---
 contrib/Makefile.am         | 1 -
 contrib/scripts/Makefile.am | 5 ++++-
 2 files changed, 4 insertions(+), 2 deletions(-)

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
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]