From 4a66961c2658fe3a2f18f116f0c11f0df3a20952 Mon Sep 17 00:00:00 2001 From: sewardj Date: Wed, 23 May 2001 15:52:12 +0000 Subject: [PATCH] [project @ 2001-05-23 15:52:12 by sewardj] -lreadline --> readline --- 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 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 -- 1.7.10.4