dump bundled file-list
authorRobin Gareus <robin@gareus.org>
Mon, 16 Feb 2015 17:03:23 +0000 (18:03 +0100)
committerRobin Gareus <robin@gareus.org>
Mon, 16 Feb 2015 17:03:23 +0000 (18:03 +0100)
tools/linux_packaging/build
tools/osx_packaging/osx_build
tools/x-win/package.sh

index 5eded1d95229e8500047d81349fab90e9f271fb0..5854229fe5a66aef3dd807beedde3e262676d80b 100755 (executable)
@@ -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."
index f3f235b120037f4e86b2abac031fdcd04e423804..e3263dd3d3f31010bb45429d74dd268ae7f99844 100755 (executable)
@@ -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
index 8deef3d5b8b9430f8ef15c38295d2f352ed488b1..ad1a923483232dba73b1ec753aa20bdc513cb4e3 100755 (executable)
@@ -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