浏览代码

Try to use relative path

Alois Mahdal 11 年前
父节点
当前提交
86207a6f40
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      mklinks

+ 1
- 0
mklinks 查看文件

74
         if (-e $target) {
74
         if (-e $target) {
75
             warn "target exists: $target\n";
75
             warn "target exists: $target\n";
76
         } else {
76
         } else {
77
+#           $source = File::Spec->abs2rel($source, $target);
77
             `ln -s $source $target`;
78
             `ln -s $source $target`;
78
         }
79
         }
79
     }
80
     }