From: Ian Jackson Date: Wed, 16 Dec 2015 20:39:59 +0000 (+0000) Subject: Tidy up another $basepath/$dot X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=0d8c83fa3dd434bf8392fd4fca9acdc8296f020f;p=ian-dotfiles.git Tidy up another $basepath/$dot --- 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"