When installing, we can't rely on the ghc-pkg we just installed to work
authorIan Lynagh <igloo@earth.li>
Thu, 28 Aug 2008 18:24:47 +0000 (18:24 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 28 Aug 2008 18:24:47 +0000 (18:24 +0000)
commitecb13508a1c09df7b87ba5260a30a2a23bdd46d0
tree33d32b84832d88269e3966d7ef237098a6f87e7a
parent3ca47cbd5a24f01aca3420407aa22b84396d674d
When installing, we can't rely on the ghc-pkg we just installed to work
If DESTDIR is defined, then on *nix machines ghc-pkg is a script that
doesn't point to the right path. Therefore we use the ghc-pkg binary
directly.
libraries/Makefile
mk/cabal-flags.mk
mk/cabal.mk