#!/bin/sh # # $Id: install.sh,v 1.2 2002/03/18 00:17:57 mdb Exp $ # # Builds the Debian packages for the release and installs them in the # appropriate place on my web server for distribution. DEBHOST=waywardgeeks.org DEBDIR=/export/wayward/pages/code/debian if [ -z "$1" ]; then echo "Usage: $0 release_version (e.g. 1.2)" exit -1 else RELEASE=$1 shift fi TARGET=lookuplet-$RELEASE # build the distribution `dirname $0`/build-dist.sh $TARGET # build our excludes file cat > .excludes <