summaryrefslogtreecommitdiffstats
path: root/truecrypt
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-10-27 11:11:01 +0000
committer Eric Hameleers <alien@slackware.com>2009-10-27 11:11:01 +0000
commit57c5a1a0bdb4ba450ec33efa5e3d4673dc162027 (patch)
tree1a398a53bad5d8b8f5df60c043d7597c615c6fd7 /truecrypt
parent090d223846bde1dcfe6559964d5539c7dc5943f8 (diff)
downloadasb-57c5a1a0bdb4ba450ec33efa5e3d4673dc162027.tar.gz
asb-57c5a1a0bdb4ba450ec33efa5e3d4673dc162027.tar.xz
Verbose patch messages
Diffstat (limited to 'truecrypt')
-rwxr-xr-xtruecrypt/build/truecrypt.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/truecrypt/build/truecrypt.SlackBuild b/truecrypt/build/truecrypt.SlackBuild
index 1fbf41ee..e811d04b 100755
--- a/truecrypt/build/truecrypt.SlackBuild
+++ b/truecrypt/build/truecrypt.SlackBuild
@@ -195,8 +195,8 @@ chmod -R u+w,go+r-w,a-s .
cd ${PRGNAM}-${VERSION}-source
# Add required rsa header files:
cp -a ../pks-11-v2-20/*.h Crypto/
-# Fix dismount failure:
-cat $SRCDIR/${PRGNAM}-${VERSION}_umount.patch | patch -p1 \
+# Fix loopmounted volume dismount failure:
+cat $SRCDIR/${PRGNAM}-${VERSION}_umount.patch | patch -p1 --verbose \
2>&1 | tee $OUTPUT/patch-${PRGNAM}.log
echo Building ...