~teejee2008/timeshift/trunk

13 by Tony George
Update build scripts
1
#!/bin/bash
2
3
backup=`pwd`
4
DIR="$( cd "$( dirname "$0" )" && pwd )"
5
cd "$DIR"
6
7
sh ./build-source.sh
8
dput ppa:teejee2008/ppa ../builds/timeshift*.changes
9
10
cd "$backup"