fix previous checkin to buildcore.sh

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4844 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers 2009-12-23 11:14:01 +00:00
parent c2f7950a51
commit ebe4892e1b

View File

@ -112,7 +112,7 @@ if ! $GREP 'At revision' $SVNUP; then # Use to be: $GREP perl-xCAT $SVNUP; the
mv $source/SRPMS/perl-xCAT-$VER*rpm $SRCDIR/
fi
if [ "$OSNAME" = "AIX" ]; then
echo "rpm -Uvh perl-xCAT-$VER-*rpm" >> $DESTDIR/instxcat
echo "rpm -Uvh perl-xCAT-$VER-*rpm" > $DESTDIR/instxcat
fi
if $GREP xCAT-client $SVNUP; then
@ -125,7 +125,7 @@ if $GREP xCAT-client $SVNUP; then
fi
if [ "$OSNAME" = "AIX" ]; then
# For the 1st one we overwrite, not append
echo "rpm -Uvh xCAT-client-$VER-*rpm" > $DESTDIR/instxcat
echo "rpm -Uvh xCAT-client-$VER-*rpm" >> $DESTDIR/instxcat
fi
if $GREP xCAT-UI $SVNUP; then