aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UPlatformLinux.pas
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-08-08 15:13:48 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-08-08 15:13:48 +0000
commit65b48b3bedde90dc7e2a4dc7ab81f5afd200ebd8 (patch)
tree56217a81e7c054b0a9841a3ccd598c122d827a24 /Game/Code/Classes/UPlatformLinux.pas
parent9171899b2f4541fbc4a0a32ee062699b997d70ef (diff)
downloadusdx-65b48b3bedde90dc7e2a4dc7ab81f5afd200ebd8.tar.gz
usdx-65b48b3bedde90dc7e2a4dc7ab81f5afd200ebd8.tar.xz
usdx-65b48b3bedde90dc7e2a4dc7ab81f5afd200ebd8.zip
With the global build logs are now stored in ~/.UltraStarDeluxe/logs instead of /var/logs so we do not need special permissions on the log directory.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1242 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/Classes/UPlatformLinux.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Classes/UPlatformLinux.pas b/Game/Code/Classes/UPlatformLinux.pas
index 7e9cac23..27fb130e 100644
--- a/Game/Code/Classes/UPlatformLinux.pas
+++ b/Game/Code/Classes/UPlatformLinux.pas
@@ -90,7 +90,7 @@ begin
{$IFDEF UseLocalDirs}
Result := ExtractFilePath(ParamStr(0));
{$ELSE}
- Result := LogPath + PathDelim;
+ Result := GetGameUserPath() + 'logs' + PathDelim;
{$ENDIF}
end;