source:
trunk/Install/rpm/build.sh
Last change on this file was 84, checked in by , 3 years ago | |
---|---|
|
|
File size: 177 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | APP_NAME=vcard-studio |
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.