Exclude the upflag source dir when building the xCAT meta rpm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13072 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
2153f2b98c
commit
e7ecf9115d
2
makerpm
2
makerpm
@ -71,7 +71,7 @@ function makexcat {
|
||||
cd `dirname $0`/$RPMNAME
|
||||
|
||||
if [ "$RPMNAME" = "xCAT" ]; then
|
||||
tar --exclude .svn -czf $RPMROOT/SOURCES/postscripts.tar.gz postscripts LICENSE.html
|
||||
tar --exclude .svn --exclude upflag -czf $RPMROOT/SOURCES/postscripts.tar.gz postscripts LICENSE.html
|
||||
tar --exclude .svn -czf $RPMROOT/SOURCES/prescripts.tar.gz prescripts
|
||||
tar --exclude .svn -czf $RPMROOT/SOURCES/templates.tar.gz templates
|
||||
cp xcat.conf $RPMROOT/SOURCES
|
||||
|
Loading…
Reference in New Issue
Block a user