Index: /applications/editors/josm/plugins/github
===================================================================
--- /applications/editors/josm/plugins/github	(revision 36379)
+++ /applications/editors/josm/plugins/github	(revision 36380)
@@ -47,6 +47,8 @@
     chomp($plugin);
     chdir($plugin);
-    for my $file (glob "data/*.lang")
+    my $p = Cwd::abs_path('data');
+    for my $file (glob "$p/*.lang")
     {
+      system('git','add',$file);
       system('git','add',$file);
     }
