source:
trunk/Install/rpm/build.sh
Last change on this file was 140, checked in by , 7 years ago | |
---|---|
|
|
File size: 173 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | APP_NAME=xtactics |
4 | tar -zcvf ${APP_NAME}.tar.gz -c ../.. . |
5 | mkdir -p ~/rpmbuild/SOURCES |
6 | cp ${APP_NAME}.tar.gz ~/rpmbuild/SOURCES |
7 | rpmbuild -v -ba ${APP_NAME}.spec |
Note:
See TracBrowser
for help on using the repository browser.