소스 검색

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
     }