source: trunk/Install/rpm/build.sh

Last change on this file was 96, checked in by chronos, 7 years ago
  • Fixed: Create target directory on first run.
  • Property svn:executable set to *
File size: 137 bytes
Line 
1#!/bin/bash
2
3tar -zcvf c-evo.tar.gz -c ../.. .
4mkdir -p ~/rpmbuild/SOURCES
5cp c-evo.tar.gz ~/rpmbuild/SOURCES
6rpmbuild -v -ba c-evo.spec
Note: See TracBrowser for help on using the repository browser.