Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
I'm creating a new bug to get this patch in place. This will direct triplea to default saved games to ~/.triplea/savedGames instead of the install directory. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created an attachment (id=35408) [edit] default_savedgames.patch
(From update of attachment 35408 [edit]) --- /usr/portage/games-strategy/triplea/triplea-0.4.8.ebuild 2004-07-01 00:32:35.310282090 -0400 +++ /usr/local/portage/games-strategy/triplea/triplea-0.4.8-r1.ebuild 2004-07-08 01:27:43.000000000 -0400 @@ -42,12 +42,6 @@ games.strategy.engine.framework.GameRunner EOF + # The default savedGames directory is in the install root. This + # sets it to use the users home directory. + cat >"data/triplea.properties"<<-EOF + triplea.saveGamesInHomeDir=true + EOF + # Repair bad path in .ant.properties (bug #47437) sed -i \ -e "/^junit.jar/s:=.*:=/usr/share/junit/lib/junit.jar:" \
Created an attachment (id=35411) [edit] Repaired default_savedgames.patch Ignore the previous patch and comment. I had accidentally created the patch backwards. This corrects it.
Added to CVS. Thanks for the patch and bug report.