diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-05-09 20:51:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-05-09 20:51:58 +0000 |
commit | 3ac142809c421aa5cab2d2a8aa43143d688a1fef (patch) | |
tree | 9c9af34e459c6619983542ace205b426e38d7ec3 /games-strategy/freecol/files | |
parent | Version bump #267297 by Arfrever Frehtes Taifersar Arahesis. (diff) | |
download | gentoo-2-3ac142809c421aa5cab2d2a8aa43143d688a1fef.tar.gz gentoo-2-3ac142809c421aa5cab2d2a8aa43143d688a1fef.tar.bz2 gentoo-2-3ac142809c421aa5cab2d2a8aa43143d688a1fef.zip |
version bump
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'games-strategy/freecol/files')
-rw-r--r-- | games-strategy/freecol/files/freecol-0.8.2-home.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-strategy/freecol/files/freecol-0.8.2-home.patch b/games-strategy/freecol/files/freecol-0.8.2-home.patch new file mode 100644 index 000000000000..c2af74e48f3b --- /dev/null +++ b/games-strategy/freecol/files/freecol-0.8.2-home.patch @@ -0,0 +1,11 @@ +--- src/net/sf/freecol/common/logging/DefaultHandler.java ++++ src/net/sf/freecol/common/logging/DefaultHandler.java +@@ -22,7 +22,7 @@ + + public static final String REVISION = "$Revision: 1.1 $"; + +- private static final String fileName = new String("FreeCol.log"); ++ private static final String fileName = new String(System.getProperty("user.home") + "/.freecol/FreeCol.log"); + + private FileWriter fileWriter; + |