summaryrefslogtreecommitdiffstats
path: root/development/lazarus/lazarus.SlackBuild
diff options
context:
space:
mode:
author Andre Barboza <bmg.andre@gmail.com>2012-04-29 19:55:30 -0400
committer Erik Hanson <erik@slackbuilds.org>2012-04-30 00:40:01 -0500
commit83eb49aa39533043dc7d22ffa13e12e7efc230c1 (patch)
tree61850e0f8e49b6d722d981d63a66e800677d180e /development/lazarus/lazarus.SlackBuild
parent9b1b22ae37bdeee426aebe1d2243562ada458570 (diff)
downloadslackbuilds-83eb49aa39533043dc7d22ffa13e12e7efc230c1.tar.gz
slackbuilds-83eb49aa39533043dc7d22ffa13e12e7efc230c1.tar.xz
development/lazarus: Updated for version 0.9.30.4.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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