From e7ecf9115da59fe2322f7dfa3d5ed77656bdba03 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Tue, 12 Jun 2012 20:21:39 +0000 Subject: [PATCH] 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 --- makerpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makerpm b/makerpm index 64ac50d43..1292d99c2 100755 --- a/makerpm +++ b/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