projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e80ffba
)
datadir finding fix part 2
author
Marek Moeckel
<wansti@gmx.de>
Sun, 9 Jan 2005 18:04:30 +0000
(18:04 +0000)
committer
Marek Moeckel
<wansti@gmx.de>
Sun, 9 Jan 2005 18:04:30 +0000
(18:04 +0000)
SVN-Revision: 2275
lib/app/setup.cpp
patch
|
blob
|
history
diff --git
a/lib/app/setup.cpp
b/lib/app/setup.cpp
index
af33a98
..
c7972c4
100644
(file)
--- a/
lib/app/setup.cpp
+++ b/
lib/app/setup.cpp
@@
-325,7
+325,7
@@
void Setup::directories()
datadir = exedir + "./data/"; // SuperTux run from source dir
if (access(datadir.c_str(), F_OK) != 0)
{
- datadir = exedir + "../../data/"; //SuperTux run from source dir (with libtool script)
+ datadir = exedir + "../../
../../
data/"; //SuperTux run from source dir (with libtool script)
if (access(datadir.c_str(), F_OK) != 0)
{