From: Petteri Aimonen Date: Mon, 24 Oct 2016 09:35:59 +0000 (+0300) Subject: Build fix for previous commit X-Git-Tag: 5.0.2~186^2~47 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=ba6d86bdcd017195fc5780fe6882569984d0957a;p=apps%2Fagl-service-can-low-level.git Build fix for previous commit --- diff --git a/tools/make_linux_package.sh b/tools/make_linux_package.sh index 1402f3d3..aea1c567 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/generator-bin; strip *.so ) +( cd $DEST/generator-bin; strip *.so *.so.* ) # Tar it all up ( cd dist; tar -czf $VERSION.tar.gz $VERSION )