~ubuntu-branches/ubuntu/lucid/mp3diags/lucid

« back to all changes in this revision

Viewing changes to BuildBz2.sh

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-03-08 14:14:20 UTC
  • mfrom: (1.1.13 upstream) (0.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20100308141420-hovffpml15x1ylkg
Tags: 1.0.04.049-1
* New upstream bugfix release.
* Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
strip bin/MP3Diags
36
36
 
37
 
#sudo cp bin/MP3Diags /usr/local/bin
38
 
 
39
 
bzip2 -k bin/MP3Diags
40
37
 
41
38
Cpu=`uname -m`
42
39
 
43
 
mv bin/MP3Diags.bz2 bin/MP3Diags-Linux-$Cpu-1.0.03.048.bz2
 
40
cd bin
 
41
NewName=MP3Diags-Linux-$Cpu-1.0.04.049
 
42
mv MP3Diags $NewName
 
43
tar -c $NewName | bzip2 > $NewName.tar.bz2
 
44
mv $NewName MP3Diags
 
45
cd ..