X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=infra%2Fmakelinks;h=20faafc592912d757c74acf5b4de56e381d45e2e;hb=d0c1c94d3fe906d51f7fcb563e60b369f3481ab4;hp=96218b9ed712c46bea4cf57ca14e4ce9e0911243;hpb=3a92cd02ee19db8d983213818553e05d6e037e67;p=ian-dotfiles.git diff --git a/infra/makelinks b/infra/makelinks index 96218b9..20faafc 100755 --- a/infra/makelinks +++ b/infra/makelinks @@ -114,9 +114,17 @@ for ours in $dots; do process_object done +nondots=$( find home -mindepth 1 -maxdepth 1 -name '[0-9a-zA-Z]*[0-9a-zA-Z]' ) + +for ours in $nondots; do + underhome="${ours#home/}" + process_object +done + brokens=$( cd $HOME - find -L .[0-9a-zA-Z]* -maxdepth 0 -xdev -type l -lname "$basepath/dot/*" + find -L .[0-9a-zA-Z]* -maxdepth 0 -xdev -type l \ + \( -lname "$basepath/dot/*" -o -lname "$basepath/home/*" \) ) for underhome in $brokens; do inhome="$HOME/$underhome"