1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Linux/FreeBSD: change location of documentation from /usr/share/veracrypt/doc to the standard /usr/share/doc/veracrypt

This commit is contained in:
Mounir IDRASSI
2019-10-06 13:28:50 +02:00
parent be6c817873
commit a4145721a7
4 changed files with 6 additions and 4 deletions

View File

@@ -1309,7 +1309,7 @@ namespace VeraCrypt
#elif defined (TC_MACOSX)
htmlPath += L"/../Resources/doc/HTML/";
#elif defined (TC_UNIX)
htmlPath = L"/usr/share/veracrypt/doc/HTML/";
htmlPath = L"/usr/share/doc/veracrypt/HTML/";
#else
localFile = false;
#endif