Index: sources/storage/StorageGlobals.cpp =================================================================== diff -u -rf2e4eba6e85c5d36537be782926f23cc9dc01037 -r59135abca5be03c9156d3847ccc1befa7132309e --- sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision f2e4eba6e85c5d36537be782926f23cc9dc01037) +++ sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision 59135abca5be03c9156d3847ccc1befa7132309e) @@ -159,7 +159,8 @@ // therefore in manufacturing or update mode we are still running scripts as root. return QCoreApplication::applicationDirPath() + ( ( gEnableManufacturing || gEnableUpdating )? "/scripts/" : "/scripts/"); #else - return "/home/denali/Projects/application/scripts/"; + return QStringLiteral("%1%2") .arg(CURRENT_DIR) + .arg("/scripts/scripts/");; #endif }