From ba6eb51d7f56e3a36712ffb2af51b5d09b88c9b3 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 16 Feb 2015 18:03:23 +0100 Subject: dump bundled file-list --- tools/linux_packaging/build | 2 ++ tools/osx_packaging/osx_build | 2 ++ tools/x-win/package.sh | 2 ++ 3 files changed, 6 insertions(+) (limited to 'tools') diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index 5eded1d952..5854229fe5 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -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." diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index f3f235b120..e3263dd3d3 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -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 diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh index 8deef3d5b8..ad1a923483 100755 --- a/tools/x-win/package.sh +++ b/tools/x-win/package.sh @@ -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 -- cgit v1.2.3