summaryrefslogtreecommitdiff
path: root/Dh_Haskell.sh
diff options
context:
space:
mode:
authorKari Pahula <kaol@iki.fi>2010-01-12 16:14:47 +0000
committerKari Pahula <kaol@iki.fi>2010-01-12 16:14:47 +0000
commit07b94039e8ff686e56a581180cbf18893b30ff60 (patch)
tree85882b3743f0b22e8c8004d96972602a3af8bbd5 /Dh_Haskell.sh
parent92f78770c20d7632ddd3a2b0449cc8d475ef98d7 (diff)
Put the package.conf file directly to package.conf.d and don't use postinst/prerm for it.
Diffstat (limited to 'Dh_Haskell.sh')
-rw-r--r--Dh_Haskell.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dh_Haskell.sh b/Dh_Haskell.sh
index cdd765b..7932b55 100644
--- a/Dh_Haskell.sh
+++ b/Dh_Haskell.sh
@@ -126,7 +126,7 @@ find_config_for_ghc6(){
*)
;;
esac
- for f in debian/$pkg/usr/lib/haskell-packages/ghc6/lib/*/installed-pkg-config ; do
+ for f in debian/$pkg/var/lib/ghc-*/packages.conf.d/* ; do
if [ -f "$f" ] ; then
echo $f
break