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,6 +74,7 @@ sub mklinks {
74 74
         if (-e $target) {
75 75
             warn "target exists: $target\n";
76 76
         } else {
77
+#           $source = File::Spec->abs2rel($source, $target);
77 78
             `ln -s $source $target`;
78 79
         }
79 80
     }