summaryrefslogtreecommitdiffstats
path: root/network/bluejeans/bluejeans.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/bluejeans/bluejeans.SlackBuild')
-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