source: trunk/Install/deb/build.sh

Last change on this file was 873, checked in by chronos, 7 years ago
  • 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/wowpreklad
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.