summaryrefslogtreecommitdiff
path: root/Dh_Haskell.sh
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2010-01-13 13:52:32 +0000
committerJoachim Breitner <mail@joachim-breitner.de>2010-01-13 13:52:32 +0000
commit78aff4f6af99790e96e6e162d908daf16c5a5a5c (patch)
tree0a2dbdf0a45334ad93d261dbe19580260139498e /Dh_Haskell.sh
parent5ecf915baa7907cbc2e8795079e215465a317d1e (diff)
Typo: s/packages.conf.d/package.conf.d/
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 7932b55..1a820c3 100644
--- a/Dh_Haskell.sh
+++ b/Dh_Haskell.sh
@@ -126,7 +126,7 @@ find_config_for_ghc6(){
*)
;;
esac
- for f in debian/$pkg/var/lib/ghc-*/packages.conf.d/* ; do
+ for f in debian/$pkg/var/lib/ghc-*/package.conf.d/* ; do
if [ -f "$f" ] ; then
echo $f
break