summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-02-16 18:03:23 +0100
committerRobin Gareus <robin@gareus.org>2015-02-16 18:03:23 +0100
commitba6eb51d7f56e3a36712ffb2af51b5d09b88c9b3 (patch)
tree80efeb5692007da8fc92f601751a29ef06bf5d2e /tools/linux_packaging
parent8a93a87db0e90c1bf9057901950b7836630c3b1b (diff)
dump bundled file-list
Diffstat (limited to 'tools/linux_packaging')
-rwxr-xr-xtools/linux_packaging/build2
1 files changed, 2 insertions, 0 deletions
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."