From c4822c8eb75c847e14ac71d3660fd8c939799e72 Mon Sep 17 00:00:00 2001 From: sewardj Date: Tue, 24 Apr 2001 13:29:05 +0000 Subject: [PATCH] [project @ 2001-04-24 13:29:05 by sewardj] merge rev 1.1.2.2, which was: Fix readline arg to pkgconf. --- ghc/mk/post-install-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4