summaryrefslogtreecommitdiff
path: root/hack/make/tgz
diff options
context:
space:
mode:
Diffstat (limited to 'hack/make/tgz')
-rw-r--r--hack/make/tgz2
1 files changed, 2 insertions, 0 deletions
diff --git a/hack/make/tgz b/hack/make/tgz
index 5d03306322..120339976b 100644
--- a/hack/make/tgz
+++ b/hack/make/tgz
@@ -23,6 +23,8 @@ for d in "$CROSS/"*/*; do
tar --numeric-owner --owner 0 -C "$DEST/build" -czf "$TGZ" usr
+ hash_files "$TGZ"
+
rm -rf "$DEST/build"
echo "Created tgz: $TGZ"