diff options
Diffstat (limited to 'system/mucommander/mucommander.SlackBuild')
-rw-r--r-- | system/mucommander/mucommander.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/mucommander/mucommander.SlackBuild b/system/mucommander/mucommander.SlackBuild index eb853e25faa1b..283d4825b5bfa 100644 --- a/system/mucommander/mucommander.SlackBuild +++ b/system/mucommander/mucommander.SlackBuild @@ -5,7 +5,7 @@ # Written by Dario Nicodemi dario.sbo@gmail.com PRGNAM=mucommander -VERSION=${VERSION:-0.8.5} +VERSION=${VERSION:-0.9.0} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -17,7 +17,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -set -e # Exit on most errors +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT |