source: trunk/Install/deb/build.sh

Last change on this file was 21, checked in by chronos, 5 years ago
  • Added: Debian packaging information.
  • Property svn:executable set to *
File size: 205 bytes
Line 
1#!/bin/bash
2
3# 64-bit
4#ARCH=x86_64-linux
5
6BUILD_ROOT=/tmp/build-root/2048
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.