summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg/ghc-pkg.wrapper
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-18 11:47:53 +0000
committerIan Lynagh <igloo@earth.li>2008-07-18 11:47:53 +0000
commiteed437cdefb952e6c70e58012b23d436e74710af (patch)
tree712e227f0461bae88a31ab0409e7d6c678cb81e3 /utils/ghc-pkg/ghc-pkg.wrapper
parent249bcf1f34e240a39abbcbb29bd6b97ddece421f (diff)
downloadhaskell-eed437cdefb952e6c70e58012b23d436e74710af.tar.gz
More build system changes; ghc-pkg is now built with Cabal
Diffstat (limited to 'utils/ghc-pkg/ghc-pkg.wrapper')
-rw-r--r--utils/ghc-pkg/ghc-pkg.wrapper4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/ghc-pkg/ghc-pkg.wrapper b/utils/ghc-pkg/ghc-pkg.wrapper
new file mode 100644
index 0000000000..1c2b5d2b75
--- /dev/null
+++ b/utils/ghc-pkg/ghc-pkg.wrapper
@@ -0,0 +1,4 @@
+
+PKGCONF=$datadir/package.conf
+exec $executablename --global-conf $PKGCONF ${1+"$@"}
+