summaryrefslogtreecommitdiff
path: root/distrib/Makefile-bin.in
diff options
context:
space:
mode:
authorsimonmar <unknown>2001-04-24 10:06:18 +0000
committersimonmar <unknown>2001-04-24 10:06:18 +0000
commit4ca3e08460d0b824cc819fdfb910116858dbcb3f (patch)
treefaac78e31dc53d95c81370ff441e49efa6f00a1d /distrib/Makefile-bin.in
parentbb169ef2699516b14240652c5a285156af468da1 (diff)
downloadhaskell-4ca3e08460d0b824cc819fdfb910116858dbcb3f.tar.gz
[project @ 2001-04-24 10:06:18 by simonmar]
Pass $(libdir) to the post install script, not $(prefix)
Diffstat (limited to 'distrib/Makefile-bin.in')
-rw-r--r--distrib/Makefile-bin.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/Makefile-bin.in b/distrib/Makefile-bin.in
index a7cbb4ab48..b11b3702c8 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