diff options
author | simonmar <unknown> | 2001-04-24 10:05:59 +0000 |
---|---|---|
committer | simonmar <unknown> | 2001-04-24 10:05:59 +0000 |
commit | bb169ef2699516b14240652c5a285156af468da1 (patch) | |
tree | ff290863aa2ab0d552ae208f2fbc513cb9e2e8fb /ghc/mk | |
parent | b05ac8a6f998ddb32e6d846d12ebc10880e4023f (diff) | |
download | haskell-bb169ef2699516b14240652c5a285156af468da1.tar.gz |
[project @ 2001-04-24 10:05:59 by simonmar]
Fixes for the post-isntall-script. Still to do: get LibsReadline right.
Diffstat (limited to 'ghc/mk')
-rw-r--r-- | ghc/mk/post-install-script | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ghc/mk/post-install-script b/ghc/mk/post-install-script index 02e14237db..2790dcea16 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 |