[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r16394 - gnunet/contrib
From: |
gnunet |
Subject: |
[GNUnet-SVN] r16394 - gnunet/contrib |
Date: |
Fri, 5 Aug 2011 23:16:28 +0200 |
Author: grothoff
Date: 2011-08-05 23:16:28 +0200 (Fri, 05 Aug 2011)
New Revision: 16394
Modified:
gnunet/contrib/Makefile.am
Log:
LRN: 0003-Make-pyexpect-a-module.patch
Modified: gnunet/contrib/Makefile.am
===================================================================
--- gnunet/contrib/Makefile.am 2011-08-05 21:16:25 UTC (rev 16393)
+++ gnunet/contrib/Makefile.am 2011-08-05 21:16:28 UTC (rev 16394)
@@ -6,6 +6,9 @@
timeout_watchdog.c
endif
+noinst_SCRIPTS = \
+ gnunet_pyexpect/gnunet_pyexpect.py
+
dist_pkgdata_DATA = \
gnunet-logo-color.png \
defaults.conf
@@ -14,8 +17,18 @@
coverage.sh \
hostlist.cgi \
hostlist.php \
- report.sh
+ report.sh \
+ gnunet_pyexpect/__init__.py \
+ gnunet_pyexpect/gnunet_pyexpect.py.in
+do_subst = $(SED) -e 's,address@hidden@],$(PYTHON),g'
+
+gnunet_pyexpect/gnunet_pyexpect.py: gnunet_pyexpect/gnunet_pyexpect.py.in
Makefile
+ $(do_subst) < $(srcdir)/gnunet_pyexpect/gnunet_pyexpect.py.in >
gnunet_pyexpect/gnunet_pyexpect.py
+ chmod +x gnunet_pyexpect/gnunet_pyexpect.py
+ chmod +x gnunet_pyexpect/__init__.py
+
+
# init_gnunet_redhat \
# init_gnunet_ubuntu \
# visualize_stats.sh \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r16394 - gnunet/contrib,
gnunet <=