add packaging to tricorder, as in the future this will need to be privileged
[tricorder.git] / package / make-package.sh
... / ...
CommitLineData
1#!/bin/bash
2
3pkgdir=`pwd`
4cd `dirname $0`
5cd ..
6origdir=`pwd`
7
8rm -v $pkgdir/*
9zip -r -D -0 $pkgdir/package.zip * -x package/*
10dver=`date +%y.%j.%k`
11sed -e "s/DVER/$dver/" package/manifest.package > $pkgdir/manifest.package