Browse Source

Try to use relative path

Alois Mahdal 10 years ago
parent
commit
86207a6f40
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      mklinks

+ 1
- 0
mklinks View File

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
     }