Mercurial > hg > tony
changeset 628:c4a25a5e1745
Ah... Don't strip non-binaries
author | Chris Cannam |
---|---|
date | Thu, 10 Oct 2019 14:23:28 +0100 |
parents | 7148cc2b35bf |
children | 74e8894027c7 |
files | deploy/linux/fix-lintian-bits.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/linux/fix-lintian-bits.sh Thu Oct 10 14:12:16 2019 +0100 +++ b/deploy/linux/fix-lintian-bits.sh Thu Oct 10 14:23:28 2019 +0100 @@ -7,7 +7,7 @@ set -eu strip "$dir"/usr/bin/* -strip "$dir"/usr/lib/*/* +strip "$dir"/usr/lib/*/*.so sz=`du -sx --exclude DEBIAN "$dir" | awk '{ print $1; }'` perl -i -p -e "s/Installed-Size: .*/Installed-Size: $sz/" "$dir"/DEBIAN/control