[DebianGIS-dev] [SCM] josm branch, master, updated. debian/0.0.svn2561-1-5-g3d33504

David Paleino dapal at debian.org
Mon Mar 1 19:24:07 UTC 2010


The following commit has been merged in the master branch:
commit 3d3350460d0aceb5abf43c7ba18e56bbd0af75bf
Author: David Paleino <dapal at debian.org>
Date:   Mon Mar 1 19:44:49 2010 +0100

    Fix patch, mistyped the method name (silly me).

diff --git a/debian/patches/50_preferences_world_readable.dpatch b/debian/patches/50_preferences_world_readable.dpatch
index 7e16db1..9df3834 100755
--- a/debian/patches/50_preferences_world_readable.dpatch
+++ b/debian/patches/50_preferences_world_readable.dpatch
@@ -14,7 +14,7 @@ diff -urNad josm~/src/org/openstreetmap/josm/data/Preferences.java josm/src/org/
 +
 +        // Finally, make it owner-only-readable.
 +        // FIXME: newest versions will use JDK 1.6, it has set*() functions.
-+        Runtime.getCurrentRuntime().exec("/bin/chmod 600 " + prefFile.getAbsolutePath());
++        Runtime.getRuntime().exec("/bin/chmod 600 " + prefFile.getAbsolutePath());
      }
  
      /**

-- 
Java OpenStreetMap editor



More information about the Pkg-grass-devel mailing list