X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=ian-dotfiles.git;a=blobdiff_plain;f=infra%2Fmakelinks;fp=infra%2Fmakelinks;h=f3b051053bd73b2a643e2c09bee83e9695082b07;hp=d6b6186f6bcc91903b18f87d3c62c102105ef54d;hb=0d8c83fa3dd434bf8392fd4fca9acdc8296f020f;hpb=35795f7e052d043aae00e5c7a7fcda66215070b5 diff --git a/infra/makelinks b/infra/makelinks index d6b6186..f3b0510 100755 --- a/infra/makelinks +++ b/infra/makelinks @@ -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"