summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2016-10-24 12:30:21 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2016-10-24 12:30:21 +0300
commit8d55dcc56fac67bd1166f13a5bddf3c8b2acbe3c (patch)
tree591fddafa310ab2e125e93e6e398bd8ddf218aac /tools
parent89aaa43cfbfa081a4c580d63b6d01e7dc017d1df (diff)
Build fix for previous commit
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 )