mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-20 02:00:24 +00:00
Fixed bug 2916783 - xCAT meta pkg not getting installed on AIX
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4839 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -207,7 +207,6 @@ if $GREP -E '^[UAD] +xCAT/' $SVNUP; then
|
||||
./makexcatrpm
|
||||
mv $source/RPMS/*/xCAT-$VER*rpm $DESTDIR
|
||||
mv $source/SRPMS/xCAT-$VER*rpm $SRCDIR
|
||||
echo "rpm -Uvh xCAT-$VER-*rpm" >> $DESTDIR/instxcat
|
||||
else
|
||||
./makexcatrpm x86_64
|
||||
mv $source/RPMS/*/xCAT-$VER*rpm $DESTDIR
|
||||
@@ -222,6 +221,7 @@ if $GREP -E '^[UAD] +xCAT/' $SVNUP; then
|
||||
fi
|
||||
|
||||
if [ "$OSNAME" = "AIX" ]; then
|
||||
echo "rpm -Uvh xCAT-$VER-*rpm" >> $DESTDIR/instxcat
|
||||
# add the service node bundle files
|
||||
cp xCATaixSN.bnd xCATaixSN2.bnd xCATaixSSH.bnd xCATaixSSL.bnd $DESTDIR/
|
||||
fi
|
||||
|
Reference in New Issue
Block a user