patch applied (cabal-branches/cabal-install-0.6): Fix calculation of paths in check for bindir symlink overwriting
13 Nov
2009
13 Nov
'09
12:45 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-branches/cabal-install-0.6/_darcs/patches/200...
6089
Age (days ago)
6089
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts