X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=distrib%2FMakefile-bin.in;h=b11b3702c83382e1fd25b53ffeda05da7f2d574d;hb=4ca3e08460d0b824cc819fdfb910116858dbcb3f;hp=a7cbb4ab489d3b1248d50e69cbc2ce89454c776d;hpb=50faeaf429a0671e2aaaec46851ffecf02e5ec7f;p=ghc-hetmet.git 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