diff options
author | Dario Nicodemi <dario.sbo@gmail.com> | 2012-12-02 19:55:48 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:21:57 -0500 |
commit | d86d2953205c2eb6ec68c7ccbda09d2394f1d5e6 (patch) | |
tree | cccaded527ed577b8bb85f8a24951b9180a0f02e /system/mucommander/mucommander.SlackBuild | |
parent | bb7dfb7dd1a16a8b5ec704d7a94a6c50faa0f292 (diff) | |
download | slackbuilds-d86d2953205c2eb6ec68c7ccbda09d2394f1d5e6.tar.gz |
system/mucommander: Updated for version 0.9.0
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 eb853e25fa..283d4825b5 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 |