You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-strategy/galaxyhack/files/galaxyhack-1.74-destdirs.patch

12 lines
306 B

--- a/Main.cpp
+++ b/Main.cpp
@@ -184,7 +184,7 @@
#ifndef WIN32
string settingsPath = userHomePath + "settings.dat";
if (!DoesFileExist(settingsPath))
- settingsPath = "settings.dat";
+ settingsPath = "@GAMES_DATADIR@/galaxyhack/settings.dat";
#else
string settingsPath = "settings.dat";
#endif