The following commit has been merged in the master branch:
commit 3d3350460d0aceb5abf43c7ba18e56bbd0af75bf
Author: David Paleino <[email protected]>
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
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel