source: tags/1.3.1/Install/deb/build.sh

Last change on this file was 55, checked in by chronos, 7 years ago
  • Fixed: Bad allocation memory during loading sound files under 64-bit architecture.
  • Added: Ubuntu packaging files.
  • Property svn:executable set to *
File size: 177 bytes
Line 
1#!/bin/bash
2
3BUILD_ROOT=/tmp/build-root/c-evo
4mkdir -p $BUILD_ROOT
5cp -r -f ../.. $BUILD_ROOT
6cp -r -f debian $BUILD_ROOT
7cd $BUILD_ROOT
8dpkg-buildpackage -b -rfakeroot -us -uc
Note: See TracBrowser for help on using the repository browser.