summaryrefslogtreecommitdiffstats
path: root/rt61
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-10-14 18:59:53 +0000
committer Eric Hameleers <alien@slackware.com>2007-10-14 18:59:53 +0000
commit426a237d3113b29aa6adcd30b08f89b1ba6a0af4 (patch)
tree00548dad76d3d22cdd169768a122c52ad5c14cec /rt61
parent55b6e79b10bb34e575b91862c6757fbb38f7aaef (diff)
downloadasb-426a237d3113b29aa6adcd30b08f89b1ba6a0af4.tar.gz
asb-426a237d3113b29aa6adcd30b08f89b1ba6a0af4.tar.xz
Update
Diffstat (limited to 'rt61')
-rwxr-xr-xrt61/build/rt61.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/rt61/build/rt61.SlackBuild b/rt61/build/rt61.SlackBuild
index 5e09eeaf..d70a685f 100755
--- a/rt61/build/rt61.SlackBuild
+++ b/rt61/build/rt61.SlackBuild
@@ -34,6 +34,8 @@
# * Initial build.
# 20070901-1: 01/Sep/2007 by Eric Hameleers <alien@slackware.com>
# * Much needed upgrade.
+# 20071014-1: 14/oct/2007 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh rt61.SlackBuild --cleanup' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -44,7 +46,7 @@
# Set initial variables:
PRGNAM=rt61
-VERSION=${VERSION:-20070901}
+VERSION=${VERSION:-20071014}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
@@ -111,8 +113,8 @@ case "$ARCH" in
esac
# Create working directories:
-mkdir -p $TMP/tmp-$PRGNAM # location to build the source
-rm -rf $TMP/tmp-$PRGNAM/* # By default we remove the remnants of previous build
+mkdir -p $TMP/tmp-$PRGNAM # Location to build the source
+rm -rf $TMP/tmp-$PRGNAM/* # Remove the remnants of previous build
mkdir -p $PKG # Place for the package to be built
rm -rf $PKG/* # We always erase old package's contents:
mkdir -p $OUTPUT # Place for the package to be saved