From 430234a3611cb349241a05470a228df3bee52c31 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Sun, 22 Oct 2000 09:24:06 +0000 Subject: need db1 db2 on ia64 now --- scripts/upd-instroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/upd-instroot') diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 8551fb1d6..b8fda54c7 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -118,8 +118,8 @@ if [ -z "$NEEDGR" ]; then PACKAGESGR="bash" fi +PACKAGES="$PACKAGES db1 db2" if [ $ARCH != ia64 ]; then - PACKAGES="$PACKAGES db1 db2" PACKAGESGR="$PACKAGESGR mtools pine modutils" fi -- cgit