-Correct typo in previous checkin

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1928 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-07-22 20:08:44 +00:00
parent 97110bca2b
commit 4e64c58312

View File

@ -34,9 +34,9 @@ else
cp xcat.conf /usr/src/$pkg/SOURCES
rm -f /usr/src/$pkg/SRPMS/xCATsn-$VER*rpm /usr/src/$pkg/RPMS/*/xCATsn-$VER*rpm
if [ ! -z "$1" ]; then
rpmbuild -ba xCAT.spec --target $1
rpmbuild -ba xCATsn.spec --target $1
else
rpmbuild -ba xCAT.spec
rpmbuild -ba xCATsn.spec
fi
cd -
fi