summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make_linux_package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make_linux_package.sh b/tools/make_linux_package.sh
index d45f9856..1402f3d3 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; strip *.so )
+( cd $DEST/generator-bin; strip *.so )
# Tar it all up
( cd dist; tar -czf $VERSION.tar.gz $VERSION )