Browse Source

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>
pull/168/head
Andrew Clemons 4 years ago
committed by Willy Sudiarto Raharjo
parent
commit
799609b4c6
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 4
      network/bluejeans/bluejeans.SlackBuild

4
network/bluejeans/bluejeans.SlackBuild

@ -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

Loading…
Cancel
Save