From 4ca3e08460d0b824cc819fdfb910116858dbcb3f Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 24 Apr 2001 10:06:18 +0000 Subject: [PATCH] [project @ 2001-04-24 10:06:18 by simonmar] Pass $(libdir) to the post install script, not $(prefix) --- distrib/Makefile-bin.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 1.7.10.4