summaryrefslogtreecommitdiffstats
path: root/truecrypt
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-10-27 11:36:12 +0000
committer Eric Hameleers <alien@slackware.com>2009-10-27 11:36:12 +0000
commit757f4fbec7bf1ccde5833782be5301e59ac91f32 (patch)
treeb2978f53b01bf56523dc386dbf94b885cec85385 /truecrypt
parent5cfc19cca0076064c0181c641cf28d3e00d40d13 (diff)
downloadasb-757f4fbec7bf1ccde5833782be5301e59ac91f32.tar.gz
asb-757f4fbec7bf1ccde5833782be5301e59ac91f32.tar.xz
Don't use nautilus; use xdg-open instead
Diffstat (limited to 'truecrypt')
-rwxr-xr-xtruecrypt/build/truecrypt.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/truecrypt/build/truecrypt.SlackBuild b/truecrypt/build/truecrypt.SlackBuild
index e811d04b..52185d3e 100755
--- a/truecrypt/build/truecrypt.SlackBuild
+++ b/truecrypt/build/truecrypt.SlackBuild
@@ -56,7 +56,7 @@
# 6.2a-1: 06/sep/2009 by Eric Hameleers <alien@slackware.com>
# * New release
# 6.3-1: 27/oct/2009 by Eric Hameleers <alien@slackware.com>
-# * New release.
+# * New release. Since we do not ship nautilus, use xdg-open.
#
# Run 'sh truecrypt.SlackBuild' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -198,6 +198,9 @@ cp -a ../pks-11-v2-20/*.h Crypto/
# Fix loopmounted volume dismount failure:
cat $SRCDIR/${PRGNAM}-${VERSION}_umount.patch | patch -p1 --verbose \
2>&1 | tee $OUTPUT/patch-${PRGNAM}.log
+# Use xdg-open instead of nautilus to open a mounted TC container:
+cat $SRCDIR/${PRGNAM}-${VERSION}_diropen.patch | patch -p1 --verbose \
+ 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
echo Building ...
export LDFLAGS="$SLKLDFLAGS"