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 ++ 1 file changed, 2 insertions(+) (limited to 'tools/linux_packaging') 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." -- cgit v1.2.3