From: sewardj Date: Wed, 23 May 2001 15:52:12 +0000 (+0000) Subject: [project @ 2001-05-23 15:52:12 by sewardj] X-Git-Tag: Approximately_9120_patches~1888 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4a66961c2658fe3a2f18f116f0c11f0df3a20952;p=ghc-hetmet.git [project @ 2001-05-23 15:52:12 by sewardj] -lreadline --> readline --- diff --git a/ghc/mk/post-install-script b/ghc/mk/post-install-script index 6c56a3e..3b5e08d 100644 --- a/ghc/mk/post-install-script +++ b/ghc/mk/post-install-script @@ -6,4 +6,4 @@ # This script is run just after installing a binary distribution, to # generate a correct package.conf for the new installation. -bin/$1/pkgconf install "$1" "" "NO" "-lreadline" "$2" "" "" "" "" "" > $2/package.conf +bin/$1/pkgconf install "$1" "" "NO" "readline" "$2" "" "" "" "" "" > $2/package.conf