Make our install variables etc compliant with GNU standards; fixes #1924
[ghc-hetmet.git] / utils / ghc-pkg / ghc-pkg.wrapper
index 27b8ced..6d3c2af 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
-PKGCONF=$datadir/package.conf
+PKGCONF=$topdir/package.conf
 exec $executablename --global-conf $PKGCONF ${1+"$@"}