mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
dump bundled file-list
This commit is contained in:
parent
8a93a87db0
commit
ba6eb51d7f
3 changed files with 6 additions and 0 deletions
|
|
@ -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."
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue