--- texlive.cygclass~ 2012-04-07 18:50:22.001000000 -0400 +++ texlive.cygclass 2012-04-27 06:40:44.805157200 -0400 @@ -140,7 +140,7 @@ dst=$(readlink $f) dodir /usr/bin case ${dst} in - \.\./*) dosym ../share/${dst#../../} /usr/bin/${f##*/} ;; + \.\./*) dosym /usr/share/${dst#../../} /usr/bin/${f##*/} ;; *) dosym ${dst} /usr/bin/${f##*/} ;; esac fi