source: trunk/Install/deb/build.sh

Last change on this file was 35, checked in by chronos, 8 years ago
  • Added: Windows installer and Linux DEB package build files.
  • Property svn:executable set to *
File size: 189 bytes
Line 
1#!/bin/bash
2
3# 64-bit
4#ARCH=x86_64-linux
5
6mkdir -p /tmp/build-root
7cp -r -f ../.. /tmp/build-root
8cp -r -f debian /tmp/build-root
9cd /tmp/build-root
10dpkg-buildpackage -b -rfakeroot -us -uc
Note: See TracBrowser for help on using the repository browser.