correct the build spec and script

Conflicts:
	xCAT/xCAT.spec
This commit is contained in:
immarvin 2014-05-28 02:25:50 -07:00 committed by Arif Ali
parent a2c2f2010a
commit 372a6ab44a

View File

@ -85,6 +85,7 @@ function makexcat {
cd `dirname $0`/$RPMNAME
tar --exclude .svn -czf $RPMROOT/SOURCES/license.tar.gz LICENSE.html
cp xcat.conf $RPMROOT/SOURCES
cp xcat.conf.apach24 $RPMROOT/SOURCES
cp xCATSN $RPMROOT/SOURCES
cd - >/dev/null
elif [ "$RPMNAME" = "xCAT-buildkit" ]; then