[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] 01/03: Opportunisticly rename gnunet-chk.py to let
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] 01/03: Opportunisticly rename gnunet-chk.py to let its python invokation line be generated (py.in), and assume that it is not supposed to be installed |
Date: |
Thu, 17 May 2018 15:39:09 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository gnunet.
commit 42399e29836ef338bd6452391f3fc62348e6e4fa
Author: Nils Gillmann <address@hidden>
AuthorDate: Thu May 17 12:30:37 2018 +0000
Opportunisticly rename gnunet-chk.py to let its python invokation line be
generated (py.in), and assume that it is not supposed to be installed
Signed-off-by: Nils Gillmann <address@hidden>
---
contrib/Makefile.am | 4 +++-
contrib/{gnunet-chk.py => gnunet-chk.py.in} | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 577924fab..1db5b3091 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -20,7 +20,8 @@ noinst_SCRIPTS = \
terminate.py \
pydiffer.py \
gnunet_pyexpect.py \
- gnunet_janitor.py
+ gnunet_janitor.py \
+ gnunet-chk.py
dist_pkgdata_DATA = \
gns-bcd.html \
@@ -50,6 +51,7 @@ EXTRA_DIST = \
terminate.py.in \
gnunet_pyexpect.py.in \
gnunet_janitor.py.in \
+ gnunet-chk.py.in \
pydiffer.py.in \
gnunet-gns-import.sh \
openvpn-tap32/tapw32/tap0901.sys \
diff --git a/contrib/gnunet-chk.py b/contrib/gnunet-chk.py.in
similarity index 99%
rename from contrib/gnunet-chk.py
rename to contrib/gnunet-chk.py.in
index dba694c34..83e26f244 100755
--- a/contrib/gnunet-chk.py
+++ b/contrib/gnunet-chk.py.in
@@ -1,6 +1,6 @@
-#!/usr/bin/python
address@hidden@
# This file is part of GNUnet.
-# (C) 2013 Christian Grothoff (and other contributing authors)
+# (C) 2013, 2018 Christian Grothoff (and other contributing authors)
#
# GNUnet is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published
--
To stop receiving notification emails like this one, please contact
address@hidden