source: trunk/Install/deb/build.sh

Last change on this file was 75, checked in by chronos, 7 years ago
  • Modified: Main project file renamed to LazFuck.
  • Added: Packaging files for creation of .deb packages.
  • Property svn:executable set to *
File size: 208 bytes
Line 
1#!/bin/bash
2
3# 64-bit
4#ARCH=x86_64-linux
5
6BUILD_ROOT=/tmp/build-root/LazFuck
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.