summaryrefslogtreecommitdiffstats
path: root/development/lazarus/lazarus.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/lazarus/lazarus.SlackBuild')
-rw-r--r--development/lazarus/lazarus.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/development/lazarus/lazarus.SlackBuild b/development/lazarus/lazarus.SlackBuild
index e87ed26c67..e8f6c0f9f1 100644
--- a/development/lazarus/lazarus.SlackBuild
+++ b/development/lazarus/lazarus.SlackBuild
@@ -22,8 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=lazarus
-VERSION=${VERSION:-0.9.30}
-# We'll define ARCH in just a bit...
+VERSION=${VERSION:-0.9.30.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -45,7 +44,7 @@ if ! [[ "$ARCH" = "x86_64" || "$ARCH" = "i386" ]]; then
printf "\nThis won't build on $ARCH.\n\n";exit 1
fi
-set -e
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT