ac08846b6c
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@33 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
9 lines
240 B
Plaintext
Executable File
9 lines
240 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
|
|
cp xcat.conf /usr/src/redhat/SOURCES
|
|
rpmbuild -ba xCAT.spec
|
|
cd -
|
|
|