From: sewardj Date: Tue, 24 Apr 2001 13:29:05 +0000 (+0000) Subject: [project @ 2001-04-24 13:29:05 by sewardj] X-Git-Tag: Approximately_9120_patches~2110 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c4822c8eb75c847e14ac71d3660fd8c939799e72;p=ghc-hetmet.git [project @ 2001-04-24 13:29:05 by sewardj] merge rev 1.1.2.2, which was: Fix readline arg to pkgconf. --- diff --git a/ghc/mk/post-install-script b/ghc/mk/post-install-script index 2790dce..6c56a3e 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" "???readline???" "$2" "" "" "" "" "" > $2/package.conf +bin/$1/pkgconf install "$1" "" "NO" "-lreadline" "$2" "" "" "" "" "" > $2/package.conf