Fix the location of the package database in the installed ghc-pkg
[ghc-hetmet.git] / utils / ghc-pkg / ghc-pkg.wrapper
index 1c2b5d2..d21fd59 100644 (file)
@@ -1,4 +1,5 @@
+#!/bin/sh
 
-PKGCONF=$datadir/package.conf
+PKGCONF=$topdir/package.conf.d
 exec $executablename --global-conf $PKGCONF ${1+"$@"}