Fix the location of the package database in the installed ghc-pkg
authorIan Lynagh <igloo@earth.li>
Sat, 12 Sep 2009 14:40:46 +0000 (14:40 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 12 Sep 2009 14:40:46 +0000 (14:40 +0000)
It was using the old filename, rather than the new directory name.

utils/ghc-pkg/ghc-pkg.wrapper

index 6d3c2af..d21fd59 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
-PKGCONF=$topdir/package.conf
+PKGCONF=$topdir/package.conf.d
 exec $executablename --global-conf $PKGCONF ${1+"$@"}