diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-09 07:45:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-09 07:45:38 +0000 |
commit | 01296db30f556ddb53ce3b297b40032b4d78d589 (patch) | |
tree | d70fdb3b9f9cbf2358946cf1623995b0e6b073dd /games-strategy/freecol/files | |
parent | Version bump (diff) | |
download | gentoo-2-01296db30f556ddb53ce3b297b40032b4d78d589.tar.gz gentoo-2-01296db30f556ddb53ce3b297b40032b4d78d589.tar.bz2 gentoo-2-01296db30f556ddb53ce3b297b40032b4d78d589.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-strategy/freecol/files')
-rw-r--r-- | games-strategy/freecol/files/freecol-0.7.3-home.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/games-strategy/freecol/files/freecol-0.7.3-home.patch b/games-strategy/freecol/files/freecol-0.7.3-home.patch deleted file mode 100644 index f52e943e0c6b..000000000000 --- a/games-strategy/freecol/files/freecol-0.7.3-home.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- 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; - ---- src/net/sf/freecol/FreeCol.java -+++ src/net/sf/freecol/FreeCol.java -@@ -314,7 +314,7 @@ - private static void createAndSetDirectories() { - // TODO: The location of the save directory should be determined by the installer.; - -- File mainUserDirectory = new File(System.getProperty("user.home"), "freecol"); -+ File mainUserDirectory = new File(System.getProperty("user.home"), ".freecol"); - if (mainUserDirectory.exists() && mainUserDirectory.isFile()) { - logger.warning("Could not create .freecol under " - + System.getProperty("user.home") + " because there " |