JSDOC/Packer.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 27 Jul 2010 05:31:14 +0000 (13:31 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 27 Jul 2010 05:31:14 +0000 (13:31 +0800)
JSDOC/Packer.js

index ebeb5df..36bd632 100644 (file)
@@ -112,7 +112,7 @@ Packer = function(cfg)
         if (File.exists(link)) {
             File.remove(link);
         }
-        var f = Gio.file_new_for_path(this.target);
+        var f = Gio.file_new_for_path(linkTarget);
         f.make_symbolic_link(link);
     }