summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Andrew Clemons2022-02-06 01:19:06 +0100
committer Willy Sudiarto Raharjo2022-02-06 09:47:09 +0100
commit799609b4c6a558931368e68ce5c238b560485319 (patch)
treea9372fd34e8c61bfac4bc1ca1f41a8ed0922c0bd /network
parentbeca7321a6b0d42a11ec10d07ad1a442579928d7 (diff)
downloadslackbuilds-799609b4c6a558931368e68ce5c238b560485319.tar.gz
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>
Diffstat (limited to 'network')
-rw-r--r--network/bluejeans/bluejeans.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/bluejeans/bluejeans.SlackBuild b/network/bluejeans/bluejeans.SlackBuild
index 6370c9f309..7b5a72f5e1 100644
--- a/network/bluejeans/bluejeans.SlackBuild
+++ b/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