summaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2021-06-08 09:47:36 +0000
committerGitHub <noreply@github.com>2021-06-08 09:47:36 +0000
commitfef1936f3c320ec026a0fdf65f103494385e15e3 (patch)
tree329dc2db6d92b4ffe1380456d64336994c10624e /cmake
parent6e31ccd0d01b1d693673f6ef9fb46f46fd934685 (diff)
parentba132b05f68bc83dd6212a8add925b52ef41b35a (diff)
Merge pull request #1286 from Ackurus/nixfixup
Nixfixup
Diffstat (limited to 'cmake')
-rw-r--r--cmake/opentrack-hier.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-hier.cmake b/cmake/opentrack-hier.cmake
index 16694d1f..6c4827e0 100644
--- a/cmake/opentrack-hier.cmake
+++ b/cmake/opentrack-hier.cmake
@@ -33,7 +33,7 @@ elseif(WIN32)
else()
set(opentrack-libexec "libexec/opentrack")
set(opentrack-runtime-libexec "/../${opentrack-libexec}/") # MUST HAVE A TRAILING BACKSLASH
- set(opentrack-runtime-doc "/share/doc/opentrack/") # MUST HAVE A TRAILING BACKSLASH
+ set(opentrack-runtime-doc "/../share/doc/opentrack/") # MUST HAVE A TRAILING BACKSLASH
set(opentrack-bin "bin")
set(opentrack-doc "./share/doc/opentrack")
set(opentrack-src "./share/doc/opentrack/source-code")