9eae8ea794
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
8 lines
203 B
Plaintext
Executable File
8 lines
203 B
Plaintext
Executable File
cd `dirname $0`
|
|
tar --exclude .svn -czvf postscripts.tar.gz postscripts LICENSE.html
|
|
tar --exclude .svn -czvf templates.tar.gz templates
|
|
mv -f *.gz /usr/src/redhat/SOURCES
|
|
rpmbuild -ba xCAT.spec
|
|
cd -
|
|
|