Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37847488
en ru br
ALT Linux repos
S:123.0.1-alt1
5.0: 0.99.17.1-alt1.r1533
4.1: 0.99.17.1-alt1.r1533

Group :: Games/Strategy
RPM: simutrans

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: simutrans-fhs-home-directory.patch
Download


--- old/sys/simsys.cc   2022-01-11 11:20:33.991101481 +0100
+++ new/sys/simsys.cc   2022-01-11 11:01:19.637291267 +0100
@@ -395,7 +395,7 @@
 #elif defined __ANDROID__
 	tstrncpy(buffer,SDL_GetPrefPath("Simutrans Team","simutrans"),lengthof(buffer));
 #else
-	sprintf(buffer, "%s/simutrans", getenv("HOME"));
+	sprintf(buffer, "%s/.simutrans", getenv("HOME"));
 #endif
 
 	// create directory and subdirectories
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin