summaryrefslogtreecommitdiff
path: root/debian/patches/001-user-guide-location.patch
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2014-02-26 16:48:01 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2014-02-26 16:48:01 +0100
commitfaae49c640ee2d308d40bc5867d6ecbd80ac0fc1 (patch)
treed49a49f6c8142a1762a339a99396421a127cc146 /debian/patches/001-user-guide-location.patch
downloadtruecrypt-faae49c640ee2d308d40bc5867d6ecbd80ac0fc1.tar.gz
truecrypt-faae49c640ee2d308d40bc5867d6ecbd80ac0fc1.tar.bz2
truecrypt-faae49c640ee2d308d40bc5867d6ecbd80ac0fc1.zip
initial packaging based on http://www.unchartedbackwaters.co.uk/pyblosxom/static/truecrypt_debian_packaging
Diffstat (limited to 'debian/patches/001-user-guide-location.patch')
-rw-r--r--debian/patches/001-user-guide-location.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/001-user-guide-location.patch b/debian/patches/001-user-guide-location.patch
new file mode 100644
index 0000000..38af4ff
--- /dev/null
+++ b/debian/patches/001-user-guide-location.patch
@@ -0,0 +1,13 @@
+Description: rename user guide (not white spaces in filename)
+Author: Francis Russell <francis@unchartedbackwaters.co.uk>
+--- a/Main/GraphicUserInterface.cpp 2013-01-13 23:15:11.109850819 +0000
++++ b/Main/GraphicUserInterface.cpp 2013-01-13 23:15:25.184237643 +0000
+@@ -1085,7 +1085,7 @@
+ #elif defined (TC_MACOSX)
+ docPath += L"/../Resources/TrueCrypt User Guide.pdf";
+ #elif defined (TC_UNIX)
+- docPath = L"/usr/share/truecrypt/doc/TrueCrypt User Guide.pdf";
++ docPath = L"/usr/share/doc/truecrypt/user_guide.pdf";
+ #else
+ # error TC_RESOURCE_DIR undefined
+ #endif