source: trunk/Install/rpm/build.sh

Last change on this file was 125, checked in by chronos, 13 months ago
  • Modified: The game has been renamed to TransLines.
  • Property svn:executable set to *
File size: 175 bytes
Line 
1#!/bin/bash
2
3APP_NAME=translines
4tar -zcvf ${APP_NAME}.tar.gz -c ../.. .
5mkdir -p ~/rpmbuild/SOURCES
6cp ${APP_NAME}.tar.gz ~/rpmbuild/SOURCES
7rpmbuild -v -ba ${APP_NAME}.spec
Note: See TracBrowser for help on using the repository browser.