From 30e2de4ff00167d69f57162892e03ead1d994776 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Sun, 8 May 2011 05:28:52 +0000 Subject: [PATCH] does not install xCAT-UI-deps in instoss git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9510 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- builddep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builddep.sh b/builddep.sh index 25a432843..adc53e9d4 100755 --- a/builddep.sh +++ b/builddep.sh @@ -112,7 +112,7 @@ cd $OSVER # pyodbc is dependent on unixODBC rpm -Uvh unixODBC* -for i in `ls *.rpm|grep -v -E '^tcl-|^tk-|^expect-|^unixODBC-'`; do +for i in `ls *.rpm|grep -v -E '^tcl-|^tk-|^expect-|^unixODBC-'|^xCAT-UI-deps`; do if [ "$i" == "perl-Net-DNS-0.66-1.aix5.3.ppc.rpm" ]; then opts="--nodeps" else