Build fix for previous commit
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Mon, 24 Oct 2016 09:35:59 +0000 (12:35 +0300)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Mon, 24 Oct 2016 09:35:59 +0000 (12:35 +0300)
tools/make_linux_package.sh

index 1402f3d..aea1c56 100755 (executable)
@@ -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 )