29 Aug
2009
29 Aug
'09
12:54 a.m.
Fri Aug 28 17:49:59 PDT 2009 Duncan Coutts <duncan@haskell.org> * Fix calculation of paths in check for bindir symlink overwriting Ignore-this: d4dd8e12c03d23ce935de94cedbda257 We were doing it wrong, but Linux realpath() C function was letting us get away with it. The Solaris realpath() is stricter. The new implementation is also simpler, relying on the fact that the canonicalizePath function will resolve symlinks. M ./Distribution/Client/InstallSymlink.hs -15 +14 View patch online: http://darcs.haskell.org/cabal-install/_darcs/patches/20090829004959-adfee-c...