From: simonmar Date: Tue, 24 Apr 2001 10:06:18 +0000 (+0000) Subject: [project @ 2001-04-24 10:06:18 by simonmar] X-Git-Tag: Approximately_9120_patches~2114 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=4ca3e08460d0b824cc819fdfb910116858dbcb3f [project @ 2001-04-24 10:06:18 by simonmar] Pass $(libdir) to the post install script, not $(prefix) --- diff --git a/distrib/Makefile-bin.in b/distrib/Makefile-bin.in index a7cbb4a..b11b370 100644 --- a/distrib/Makefile-bin.in +++ b/distrib/Makefile-bin.in @@ -209,10 +209,9 @@ denounce: fi postinstall: - if test -x "./post-install-script" ; then \ + @if test -x "./post-install-script" ; then \ echo "Running project-specific post-install script ..." ; \ - ./post-install-script $(platform) $(prefix) \ - $(package)-$(version); \ + ./post-install-script $(platform) $(libdir) ; \ echo "Done" ; \ fi