X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Ftrace_resource.cpp;h=8b29cfb79373200dd658248303890b668132a62b;hb=7c3ea25553564f750b5f5bffea028786bf96f4ed;hp=206e6da157ae4eea74b50930675584265c071341;hpb=d625807f1a182a93de3cbddf3c2a02fdab9f7670;p=apitrace diff --git a/common/trace_resource.cpp b/common/trace_resource.cpp index 206e6da..8b29cfb 100644 --- a/common/trace_resource.cpp +++ b/common/trace_resource.cpp @@ -69,7 +69,7 @@ findScript(const char *scriptFilename) #ifndef _WIN32 // Try absolute install directory - scriptPath = APITRACE_WRAPPER_INSTALL_DIR; + scriptPath = APITRACE_LIB_INSTALL_DIR "/scripts"; scriptPath.join(scriptFilename); if (scriptPath.exists()) { return scriptPath;