Remove native code from deb packages.

This commit is contained in:
Paul Chote
2014-11-15 18:24:10 +13:00
committed by Paul Chote
parent 260c36239b
commit c4967db0cc
6 changed files with 10 additions and 9 deletions

View File

@@ -94,7 +94,7 @@ popd
pushd linux
echo "Building Linux packages"
bash buildpackage.sh "$TAG" "$BUILTDIR" "${SRCDIR}/thirdparty/linux" "$OUTPUTDIR"
bash buildpackage.sh "$TAG" "$BUILTDIR" "$OUTPUTDIR"
if [ $? -ne 0 ]; then
echo "Linux package build failed."
fi