source:
core/trunk/client/pkg/deb/build-pkg.sh
@
256
Last change on this file since 256 was 256, checked in by , 12 years ago | |
---|---|
File size: 282 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | [ -d etc ] || mkdir etc |
4 | cp ../../flarmclient.conf etc |
5 | |
6 | [ -d usr/bin ] || mkdir -p usr/bin |
7 | cp ../../flarmclient.pl usr/bin/flarmclient |
8 | |
9 | [ `which equivs-build` ] || ( echo "Missing 'equivs-build', install package equivs first" && exit 1 ) |
10 | equivs-build flarmclient |
11 | |
12 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.