summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-05-13 10:23:45 +0000
committer Eric Hameleers <alien@slackware.com>2011-05-13 10:23:45 +0000
commit695b2d8ad0324ae71b5e2677709056b3357656bc (patch)
treea49322dfdd47ea1639dec0a3d1185c8546076c7c
parent83b247770e791a736e7f47b0c0a862403b1da874 (diff)
downloadasb-695b2d8ad0324ae71b5e2677709056b3357656bc.tar.gz
asb-695b2d8ad0324ae71b5e2677709056b3357656bc.tar.xz
Update to 1.8.2
-rwxr-xr-xapache-ant/build/apache-ant.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/apache-ant/build/apache-ant.SlackBuild b/apache-ant/build/apache-ant.SlackBuild
index 53d62fe6..34e8bf6a 100755
--- a/apache-ant/build/apache-ant.SlackBuild
+++ b/apache-ant/build/apache-ant.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -32,6 +32,8 @@
# Changelog:
# 1.8.1-1: 11/Oct/2010 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 1.8.2-1: 13/may/2011 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh apache-ant.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -42,7 +44,7 @@
# Set initial variables:
PRGNAM=apache-ant
-VERSION=${VERSION:-1.8.1}
+VERSION=${VERSION:-1.8.2}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -121,7 +123,7 @@ echo "Extracting the source archive(s) for $PRGNAM..."
tar -xvf ${SOURCE}
cd ${PRGNAM}-${VERSION}
chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
+chmod -R u+w,go+r-w,a+X-s .
# Copy the binaries into place:
mkdir -p $PKG/$ANT_HOME