tupone 14/06/04 06:39:34 Added: gweled-0.9.1-gentoo.patch Log: Respect GAMES variables. Bug #494198 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.1 games-puzzle/gweled/files/gweled-0.9.1-gentoo.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gweled/files/gweled-0.9.1-gentoo.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gweled/files/gweled-0.9.1-gentoo.patch?rev=1.1&content-type=text/plain Index: gweled-0.9.1-gentoo.patch =================================================================== --- configure.in.old 2014-06-03 09:21:52.868225743 +0200 +++ configure.in 2014-06-03 09:22:06.604614448 +0200 @@ -66,7 +66,7 @@ *) AC_MSG_ERROR([bad value ${enableval} for --disable-setgid]) ;; esac],[setgid=true;enable_setgid=yes]) -scoredir='${localstatedir}/games' +scoredir='${localstatedir}/gweled' scores_group=games scores_user=games
