~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to build-source.sh

  • Committer: Tony George
  • Date: 2013-10-12 05:00:54 UTC
  • Revision ID: teejee2008@gmail.com-20131012050054-3kdk9j6ffd1wb64x
Update build scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
backup=`pwd`
 
4
DIR="$( cd "$( dirname "$0" )" && pwd )"
 
5
cd "$DIR"
 
6
 
 
7
rm -rf ../builds
 
8
bzr builddeb --source --native --build-dir ../builds/temp --result-dir ../builds
 
9
ls -l ../builds
 
10
 
 
11
cd "$backup"