~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to build-deb.sh

  • Committer: Tony George
  • Date: 2013-10-24 15:11:55 UTC
  • Revision ID: teejee2008@gmail.com-20131024151155-3phu9mo26k2oflxq
Improved detection of disk partitions

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
cd "$DIR"
6
6
 
7
7
rm -rf ../builds
 
8
 
8
9
bzr builddeb --native --build-dir ../builds/temp --result-dir ../builds
 
10
 
 
11
#check for errors
 
12
if [ $? -ne 0 ]; then
 
13
        cd "$backup"
 
14
        echo "Failed"
 
15
        exit 1
 
16
fi
 
17
 
9
18
ls -l ../builds
10
19
 
11
20
cd "$backup"