From a10067bd62aaabc079331ea4f8fd4974e9fbd2c5 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Mon, 31 Aug 1998 03:57:13 +0000 Subject: [PATCH] More fixes. git-svn-id: svn://10.0.0.236/trunk@8852 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bonsai/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bonsai/Makefile b/mozilla/webtools/bonsai/Makefile index 1a404bcdcd7..24a5537ad19 100755 --- a/mozilla/webtools/bonsai/Makefile +++ b/mozilla/webtools/bonsai/Makefile @@ -105,8 +105,9 @@ install: trapdoor echo Installing $$I && \ sed -e s#/usr/bonsaitools/bin/perl#$(PERL)#g \ -e s#/usr/bonsaitools/bin/mysqltcl#$(MYSQLTCL)#g \ + -e s#/tools/ns/bin/perl5#$(PERL)#g \ $$I > $(PREFIX)/$$I && \ - chmod 755 $(PREFIX)$$(I); done && \ + chmod 755 $(PREFIX)/$$I; done && \ mkdir -p $(PREFIX)/data && \ cp -f trapdoor $(PREFIX)/data && \ chmod 755 $(PREFIX)/data && \