network/bluejeans: Fix build after template adjustment.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-02-06 13:19:06 +13:00 committed by Willy Sudiarto Raharjo
parent beca7321a6
commit 799609b4c6
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -38,8 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
set -eu
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
@ -60,6 +58,8 @@ if [ "$ARCH" != "x86_64" ]; then
exit 1
fi
set -eu
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $PKG