From 96386bfc289880d907ef64fe489a483b8c56ff43 Mon Sep 17 00:00:00 2001 From: "colin%theblakes.com" Date: Wed, 25 Jun 2003 14:47:43 +0000 Subject: [PATCH] Support for FireBird etc. b=210630. r=cls --- build/unix/vms/install.com | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/unix/vms/install.com b/build/unix/vms/install.com index aa91b9c0d88a..29c727deec25 100755 --- a/build/unix/vms/install.com +++ b/build/unix/vms/install.com @@ -12,9 +12,9 @@ $ if p1 .eqs. "" then p1 = "add /open /head /share" $ me = f$envir("procedure") $ here = f$parse(me,,,"device") + f$parse(me,,,"directory") $! -$! Mozilla-Bin +$! Main image(s). $! -$ call do_one "''p1'" "''here'mozilla-bin." +$ call do_many "''p1'" "''here'*-bin." $! $! All the .so files in the main directory. $!