summaryrefslogtreecommitdiff
path: root/Dh_Haskell.sh
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-04-28 14:27:07 +0000
committerJoachim Breitner <mail@joachim-breitner.de>2015-04-28 14:27:07 +0000
commit3656386e8267e8cce8d2ea3425c097f8cc7a4fc2 (patch)
treec46a78b8c90cf6771c4f53daf1529a86507504c3 /Dh_Haskell.sh
parent3938b6f8ce66e1da34b51a6fc3db741e4ef83b20 (diff)
Typo in Dh_Haskell, breaks building pandoc
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 3a54403..cf1a28f 100644
--- a/Dh_Haskell.sh
+++ b/Dh_Haskell.sh
@@ -477,7 +477,7 @@ install_prof_recipe(){
install_doc_recipe(){
# local PS5=$PS4; PS4=" + install_doc_recipe> "; set -x
- PKG=$4
+ PKG=$1
hc=`package_hc ${PKG}`
pkgid=${CABAL_PACKAGE}-${CABAL_VERSION}
docdir=`hc_docdir ${hc} ${pkgid}`