From: simonmar Date: Tue, 24 Apr 2001 10:05:59 +0000 (+0000) Subject: [project @ 2001-04-24 10:05:59 by simonmar] X-Git-Tag: Approximately_9120_patches~2115 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=bb169ef2699516b14240652c5a285156af468da1 [project @ 2001-04-24 10:05:59 by simonmar] Fixes for the post-isntall-script. Still to do: get LibsReadline right. --- diff --git a/ghc/mk/post-install-script b/ghc/mk/post-install-script index 02e1423..2790dce 100644 --- a/ghc/mk/post-install-script +++ b/ghc/mk/post-install-script @@ -1,9 +1,9 @@ #!/bin/sh # $1 is $(platform) -# $2 is root of final installation tree -# $3 is $(package)-$(version) ie ghc-4.11 +# $2 is $(libdir) -###echo POST_INSTALL_SCRIPT $1 $2 $3 +# 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" "" "YES" "" "$2/lib/$3" "$2/lib/$3" "$2/lib/$3" "" "$2/lib/$3/include" "" > $2/lib/$3/package.conf +bin/$1/pkgconf install "$1" "" "NO" "???readline???" "$2" "" "" "" "" "" > $2/package.conf