mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-14 17:36:31 +01:00
Calculate the size of the bundle and store it off in a file
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9256 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
584b3fea95
commit
7b4fb6367a
1 changed files with 3 additions and 0 deletions
|
|
@ -636,6 +636,9 @@ echo "Building tarball ..."
|
|||
rm -f $APPDIR.tar.bz2
|
||||
tar -cjf $APPDIR.tar.bz2 $APPDIR
|
||||
|
||||
echo "Calculating bundle size"
|
||||
du -sb $APPDIR/ | awk '{print $1}' > $APPDIR.size
|
||||
|
||||
rm -rf $APPDIR/
|
||||
|
||||
echo "Done."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue