Fix for tar on Solaris

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2074 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
Ton Voon 2008-11-08 01:03:39 +00:00
parent 526c3ad7a7
commit c4c897ea96

View file

@ -51,4 +51,4 @@ if [ $docbook = 1 ] ; then
fi
# Untar libtap
( cd external && tar --gzip -xf tap-1.01-nagios-plugins.tar.gz )
( cd external && gunzip -c tap-1.01-nagios-plugins.tar.gz | tar -xf - )