source: trunk/Install/deb/build.sh

Last change on this file was 2, checked in by chronos, 5 years ago
  • Property svn:executable set to *
File size: 183 bytes
Line 
1#!/bin/bash
2
3BUILD_ROOT=/tmp/build-root/GraphicTest
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.