[project @ 2001-04-24 10:06:18 by simonmar]
[ghc-hetmet.git] / distrib / Makefile-bin.in
index a7cbb4a..b11b370 100644 (file)
@@ -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