source: core/trunk/client/pkg/deb/build-pkg.sh @ 256

Last change on this file since 256 was 256, checked in by smoser, 12 years ago

#153

File size: 282 bytes
Line 
1#!/bin/sh
2
3[ -d etc ] || mkdir etc
4cp ../../flarmclient.conf etc
5
6[ -d usr/bin ] || mkdir -p usr/bin
7cp ../../flarmclient.pl usr/bin/flarmclient
8
9[ `which equivs-build` ] || ( echo "Missing 'equivs-build', install package equivs first" && exit 1 )
10equivs-build flarmclient
11
12exit 0
Note: See TracBrowser for help on using the repository browser.