summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtruecrypt/build/truecrypt.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/truecrypt/build/truecrypt.SlackBuild b/truecrypt/build/truecrypt.SlackBuild
index 2f8cccbc..110bf86f 100755
--- a/truecrypt/build/truecrypt.SlackBuild
+++ b/truecrypt/build/truecrypt.SlackBuild
@@ -160,7 +160,7 @@ echo "++"
cd $TMP/tmp-$PRGNAM
echo "Extracting the program tarball(s) for $PRGNAM..."
-tar -xzvf $SRCDIR/${SOURCE}
+tar -xzvf ${SOURCE}
mv ${PRGNAM}-${VERSION}-source-code ${PRGNAM}-${VERSION} || true
cd ${PRGNAM}-${VERSION}
chown -R root.root *