chiark / gitweb /
Tidy up another $basepath/$dot
[ian-dotfiles.git] / infra / makelinks
index d6b6186f6bcc91903b18f87d3c62c102105ef54d..f3b051053bd73b2a643e2c09bee83e9695082b07 100755 (executable)
@@ -82,7 +82,7 @@ process_object () {
         bad "wrong symlink target"
     elif ! [ -e "$inhome" ]; then
        needs setup "absent here"
-       $act ln -s "$basepath/$dot" "$inhome"
+       $act ln -s "$linktarget" "$inhome"
     elif [ -f "$inhome" ] && [ -f "$ours" ]; then
        if cmp -s "$ours" "$inhome"; then
            needs setup "identical here but not yet symlinked"