From ebe4892e1b2d17d7abe16e90a5981615dabb4ac9 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Wed, 23 Dec 2009 11:14:01 +0000 Subject: [PATCH] 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 --- buildcore.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildcore.sh b/buildcore.sh index 77c1db7dd..382e2db91 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -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