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:
Todd Naugle 2011-04-01 21:24:55 +00:00
parent 584b3fea95
commit 7b4fb6367a

View file

@ -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."