X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=mk%2Fpackage.mk;fp=mk%2Fpackage.mk;h=afe44b5034453933dd2a1f207969b1e8fc0e7fea;hp=16325dce823e4cf64fd0a6b9323f07e09c5494e2;hb=7ef211e8d6aed14f77b344d976e207bc77e365a7;hpb=21afd63e4f61184acfc7e196f123861fa591df59 diff --git a/mk/package.mk b/mk/package.mk index 16325dc..afe44b5 100644 --- a/mk/package.mk +++ b/mk/package.mk @@ -84,7 +84,7 @@ install:: -x c $(PACKAGE_CPP_OPTS) package.conf.in \ | grep -v '^#pragma GCC' \ | sed -e 's/""//g' -e 's/:[ ]*,/: /g' \ - | $(bindir)/ghc-pkg update - --force + | $(FPTOOLS_TOP_ABS)/$(GHC_PKG_DIR_REL)/ghc-pkg-inplace --global-conf $(DESTDIR)$(libdir)/package.conf update - --force # we could be more accurate here and add a dependency on # driver/package.conf, but that doesn't work too well because of