From 3e423cba520c43f32e3e5f7603c742a2bd85f6a0 Mon Sep 17 00:00:00 2001 From: nott Date: Thu, 21 Apr 2011 15:34:27 +0000 Subject: [PATCH] make sure instoss installs unixODBC before pyodbc - update git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9366 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- builddep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builddep.sh b/builddep.sh index 335a17b3f..25a432843 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-'`; do +for i in `ls *.rpm|grep -v -E '^tcl-|^tk-|^expect-|^unixODBC-'`; do if [ "$i" == "perl-Net-DNS-0.66-1.aix5.3.ppc.rpm" ]; then opts="--nodeps" else