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

index d45f985..1402f3d 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 )
 
 # Tar it all up
 ( cd dist; tar -czf $VERSION.tar.gz $VERSION )