summaryrefslogtreecommitdiffstats
path: root/tools/setup
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2008-06-26 22:00:08 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2008-06-26 22:00:08 (GMT)
commit6c476db6dcc7aa70a687d09c10e6ad515c290c23 (patch)
tree01262e224740a0b01fe018eb167b3c46de3a6ea7 /tools/setup
parent2968a166e2524c5c1c557a12ae8dd6eaf698d7ea (diff)
downloadmonitoring-plugins-6c476db6dcc7aa70a687d09c10e6ad515c290c23.tar.gz
Adding libtap into distribution to help run C based tests
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2013 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'tools/setup')
-rwxr-xr-xtools/setup3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/setup b/tools/setup
index 7fdb980..a8d9825 100755
--- a/tools/setup
+++ b/tools/setup
@@ -49,3 +49,6 @@ fi
49if [ $docbook = 1 ] ; then 49if [ $docbook = 1 ] ; then
50 cd doc && make 50 cd doc && make
51fi 51fi
52
53# Untar libtap
54cd external && tar --gzip -xf tap-1.01-altinity.tar.gz