dump bundled file-list

This commit is contained in:
Robin Gareus 2015-02-16 18:03:23 +01:00
parent 8a93a87db0
commit ba6eb51d7f
3 changed files with 6 additions and 0 deletions

View File

@ -627,6 +627,8 @@ tar -cjf $APPDIR.tar.bz2 $APPDIR
echo "Calculating bundle size"
du -sb $APPDIR/ | awk '{print $1}' > $APPDIR.size
( cd $APPDIR ; find . ) > file_list.txt
rm -rf $APPDIR/
echo "Done."

View File

@ -615,6 +615,8 @@ if test x$WITH_HARVID != x ; then
DMGBACKGROUND=${DMGBACKGROUND}xj
fi
( cd $PRODUCT_PKG_DIR ; find . ) > file_list.txt
echo "Building DMG ..."
# UC_DMG=$APPNAME-${release_version}-UC.dmg

View File

@ -162,6 +162,8 @@ cp gtk2_ardour/icons/cursor_square/* $DESTDIR/share/${LOWERCASE_DIRNAME}/icons/
echo " === complete"
du -sh $DESTDIR
( cd $DESTDIR ; find . ) > ${TMPDIR}/file_list.txt
################################################################################
### get video tools
if test -z "$NOVIDEOTOOLS"; then