From 06b38d08646128b199d773c5119f3262757885de Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Wed, 9 Feb 2011 20:44:29 +0000 Subject: [PATCH] change builddep.sh to always install perl-DBD-DB2 on aix git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8810 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- builddep.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builddep.sh b/builddep.sh index 9bc97e110..26ecf4ec1 100755 --- a/builddep.sh +++ b/builddep.sh @@ -115,10 +115,10 @@ for i in `ls *.rpm|grep -v -E '^tcl-|^tk-|^expect-'`; do opts="" fi # this next if stmt means: if i does not start with perl-DBD-DB2 - if [ "${i#perl-DBD-DB2}" == "$i" ]; then + #if [ "${i#perl-DBD-DB2}" == "$i" ]; then echo rpm -Uvh $opts $i rpm -Uvh $opts $i - fi + #fi done # don't try to install tcl, tk, or expect if they are already installed! lslpp -l | grep expect.base > /dev/null 2>&1