diff options
Diffstat (limited to 'debian/patches/001-user-guide-location.patch')
-rw-r--r-- | debian/patches/001-user-guide-location.patch | 13 |
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 |