mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
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:
parent
526c3ad7a7
commit
c4c897ea96
1 changed files with 1 additions and 1 deletions
|
|
@ -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 - )
|
||||
|
|
|
|||
Loading…
Reference in a new issue