summaryrefslogtreecommitdiffstats
path: root/truecrypt
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-01-14 21:21:38 +0000
committer Eric Hameleers <alien@slackware.com>2007-01-14 21:21:38 +0000
commit4968b1bf202d1447bcd1803719cfc9aa64c0ddd3 (patch)
tree7edead89f074cf2a5f648010da1df324ab30852a /truecrypt
parent9115e212fd1d841381e8c3733bda144d8055104d (diff)
downloadasb-4968b1bf202d1447bcd1803719cfc9aa64c0ddd3.tar.gz
asb-4968b1bf202d1447bcd1803719cfc9aa64c0ddd3.tar.xz
Removed the GPL line. Copyright is enough.
Diffstat (limited to 'truecrypt')
-rwxr-xr-xtruecrypt/build/truecrypt.SlackBuild14
1 files changed, 1 insertions, 13 deletions
diff --git a/truecrypt/build/truecrypt.SlackBuild b/truecrypt/build/truecrypt.SlackBuild
index 56dc8a20..0ba2f36b 100755
--- a/truecrypt/build/truecrypt.SlackBuild
+++ b/truecrypt/build/truecrypt.SlackBuild
@@ -1,6 +1,5 @@
#!/bin/sh
-# Copyright (c) 2006 Eric Hameleers <alien@slackware.com>
-# Distributed under the terms of the GNU General Public License, Version 2
+# Copyright (c) 2006,2007 Eric Hameleers <alien@slackware.com>
# $Id$
# -----------------------------------------------------------------------------
#
@@ -132,16 +131,8 @@ echo "++"
echo "|| $PRGNAM-$VERSION"
echo "++"
-# Explode the package framework:
-if [ -f $SRCDIR/_$PRGNAM.tar.gz ]; then
- explodepkg $SRCDIR/_$PRGNAM.tar.gz
-fi
-
cd $TMP/tmp-$PRGNAM
-
-# --- TARBALL EXTRACTION,PATCH,MODIFY ---
-
echo "Extracting the program tarball(s) for $PRGNAM..."
tar -xzvf $SRCDIR/${SOURCE}
cd ${PRGNAM}-${VERSION}
@@ -150,9 +141,6 @@ chown -R root.root *
find . -perm 777 -exec chmod 755 {} \;
find . -exec chmod +r {} \;
-
-# --- BUILDING ---
-
echo "Building ..."
cd Linux