aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/config.inc.in
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/config.inc.in
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/config.inc.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Game/Code/config.inc.in b/Game/Code/config.inc.in
index e9165c30..90471b8d 100644
--- a/Game/Code/config.inc.in
+++ b/Game/Code/config.inc.in
@@ -8,7 +8,6 @@
{$@DEFINE_USE_LOCAL_DIRS@ UseLocalDirs}
{$IF (not Defined(UseLocalDirs)) and Defined(IncludeConstants)}
PathSuffix = WideString('@suffix@');
- LogPath = WideString('@logrootdir@/'+PathSuffix);
SharedPath = WideString('@sharerootdir@/'+PathSuffix);
{$IFEND}