summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ...