From ba6d86bdcd017195fc5780fe6882569984d0957a Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Mon, 24 Oct 2016 12:35:59 +0300 Subject: Build fix for previous commit --- tools/make_linux_package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make_linux_package.sh b/tools/make_linux_package.sh index 1402f3d3..aea1c567 100755 --- a/tools/make_linux_package.sh +++ b/tools/make_linux_package.sh @@ -43,7 +43,7 @@ EOF chmod +x $DEST/generator-bin/protoc # Remove debugging symbols to reduce size of package -( cd $DEST/generator-bin; strip *.so ) +( cd $DEST/generator-bin; strip *.so *.so.* ) # Tar it all up ( cd dist; tar -czf $VERSION.tar.gz $VERSION ) -- cgit 1.2.3-korg