diff options
| author | luis <luis@370017ae-e619-0410-ac65-c121f96126d4> | 2007-12-02 01:12:17 +0000 |
|---|---|---|
| committer | luis <luis@370017ae-e619-0410-ac65-c121f96126d4> | 2007-12-02 01:12:17 +0000 |
| commit | ca274f16c2f8befb15159fa42455e10019d330c2 (patch) | |
| tree | 2532e4cf6b294d28ce7ef2c2b3823dd1699d6c01 /net/analyzer | |
| parent | 8910e177f2f2cfffa0b2d3ba2814c030d2860aea (diff) | |
| download | slackbuilds-ca274f16c2f8befb15159fa42455e10019d330c2.tar.gz slackbuilds-ca274f16c2f8befb15159fa42455e10019d330c2.tar.bz2 | |
Syncing with generic.SlackBuild v0.9.1
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1483 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/analyzer')
| -rwxr-xr-x | net/analyzer/nagios-plugins/nagios-plugins.SlackBuild | 2 | ||||
| -rwxr-xr-x | net/analyzer/nagios/nagios.SlackBuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/analyzer/nagios-plugins/nagios-plugins.SlackBuild b/net/analyzer/nagios-plugins/nagios-plugins.SlackBuild index f5ee1b10..bdb6a722 100755 --- a/net/analyzer/nagios-plugins/nagios-plugins.SlackBuild +++ b/net/analyzer/nagios-plugins/nagios-plugins.SlackBuild @@ -64,7 +64,7 @@ ERROR_TAR=37; ERROR_MKPKG=38; ERROR_GPG=39 ERROR_PATCH=40; ERROR_VCS=41; ERROR_MKDIR=42 # Clean up any leftovers of previous builds -rm -rf "$PKG_SRC" 2> /dev/null +rm -rf "$PKG_WORK" 2> /dev/null rm -rf "$PKG" 2> /dev/null # Create directories if necessary diff --git a/net/analyzer/nagios/nagios.SlackBuild b/net/analyzer/nagios/nagios.SlackBuild index bdd2e7c0..e22392a8 100755 --- a/net/analyzer/nagios/nagios.SlackBuild +++ b/net/analyzer/nagios/nagios.SlackBuild @@ -64,7 +64,7 @@ ERROR_TAR=37; ERROR_MKPKG=38; ERROR_GPG=39 ERROR_PATCH=40; ERROR_VCS=41; ERROR_MKDIR=42 # Clean up any leftovers of previous builds -rm -rf "$PKG_SRC" 2> /dev/null +rm -rf "$PKG_WORK" 2> /dev/null rm -rf "$PKG" 2> /dev/null # Create directories if necessary |
