This is an automated email from the git hooks/post-receive script. jff-guest pushed a commit to branch master in repository simutrans.
commit d642e88ed8d6399dcf36fc3e834cd4e632641226 Author: Jörg Frings-Fürst <[email protected]> Date: Mon Nov 9 16:28:13 2015 +0100 Remove double d/p/path-for-game-data.diff --- debian/patches/path-for-game-data.diff | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/debian/patches/path-for-game-data.diff b/debian/patches/path-for-game-data.diff deleted file mode 100644 index d99d904..0000000 --- a/debian/patches/path-for-game-data.diff +++ /dev/null @@ -1,18 +0,0 @@ -look in /usr/share/games/simutrans for game data - -@DPATCH@ - ---- a/simmain.cc -+++ b/simmain.cc -@@ -442,8 +442,9 @@ - strcat( umgebung_t::program_dir, path_sep ); - } - else { -- strcpy( umgebung_t::program_dir, argv[0] ); -- *(strrchr( umgebung_t::program_dir, path_sep[0] )+1) = 0; -+ // strcpy( umgebung_t::program_dir, argv[0] ); -+ // *(strrchr( umgebung_t::program_dir, path_sep[0] )+1) = 0; -+ strcpy(umgebung_t::program_dir, "/usr/share/games/simutrans/"); - - #ifdef __APPLE__ - // change working directory from binary dir to bundle dir -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/simutrans.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

