summaryrefslogtreecommitdiffstats
path: root/truecrypt
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-07-10 00:19:21 +0000
committer Eric Hameleers <alien@slackware.com>2008-07-10 00:19:21 +0000
commitfc7bae3f3bac322e54d51d83d1ffc452990f61cf (patch)
tree7c4d6dfae0119ff3e91f279c15980c904c0df102 /truecrypt
parent595392d9ef29a98d3d947460e9b8455eed8fa5a4 (diff)
downloadasb-fc7bae3f3bac322e54d51d83d1ffc452990f61cf.tar.gz
asb-fc7bae3f3bac322e54d51d83d1ffc452990f61cf.tar.xz
Adapted for 6.0a
Diffstat (limited to 'truecrypt')
-rwxr-xr-xtruecrypt/build/truecrypt.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/truecrypt/build/truecrypt.SlackBuild b/truecrypt/build/truecrypt.SlackBuild
index 2f8e4180..155cfaae 100755
--- a/truecrypt/build/truecrypt.SlackBuild
+++ b/truecrypt/build/truecrypt.SlackBuild
@@ -51,6 +51,8 @@
# 5.1a-1: 04/Jul/2008 by Eric Hameleers <alien@slackware.com>
# * New release requires wxWindows for the GUI, no longer is
# kernel version dependant (by using fuse).
+# 6.0a-1: 10/Jul/2008 by Eric Hameleers <alien@slackware.com>
+# * New release
#
# Run 'sh truecrypt.SlackBuild --cleanup' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -61,7 +63,7 @@
# Set initial variables:
PRGNAM=truecrypt
-VERSION=${VERSION:-5.1a}
+VERSION=${VERSION:-6.0a}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -174,7 +176,7 @@ cat $SRCDIR/${PRGNAM}-${VERSION}_umount.patch | patch -p1 \
2>&1 | tee $OUTPUT/patch-${PRGNAM}.log
# If you use gcc 4.3 you'll need this:
if [ $(gcc -dumpversion | tr -d '.' |cut -c 1-2) -ge 43 ]; then
- cat $SRCDIR/${PRGNAM}-${VERSION}_gcc43.patch | patch -p1 \
+ cat $SRCDIR/${PRGNAM}_gcc43.patch | patch -p1 \
2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
fi
chown -R root:root .