source: trunk/Install/deb/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: 211 bytes
Line 
1#!/bin/bash
2
3# 64-bit
4#ARCH=x86_64-linux
5
6BUILD_ROOT=/tmp/build-root/TransLines
7mkdir -p $BUILD_ROOT
8cp -r -f ../.. $BUILD_ROOT
9cp -r -f debian $BUILD_ROOT
10cd $BUILD_ROOT
11dpkg-buildpackage -b -rfakeroot -us -uc
Note: See TracBrowser for help on using the repository browser.