From 4e64c58312d8243e68bb6d34c929ddf06fd3f502 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 22 Jul 2008 20:08:44 +0000 Subject: [PATCH] -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 --- xCATsn/mkrpm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCATsn/mkrpm b/xCATsn/mkrpm index 98ac062b2..5076b72de 100755 --- a/xCATsn/mkrpm +++ b/xCATsn/mkrpm @@ -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