Build fix for previous commit
[apps/agl-service-can-low-level.git] / tools / make_linux_package.sh
index d45f985..aea1c56 100755 (executable)
@@ -43,7 +43,7 @@ EOF
 chmod +x $DEST/generator-bin/protoc
 
 # Remove debugging symbols to reduce size of package
-( cd $DEST; strip *.so )
+( cd $DEST/generator-bin; strip *.so *.so.* )
 
 # Tar it all up
 ( cd dist; tar -czf $VERSION.tar.gz $VERSION )