source: trunk/Install/deb/build.sh

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