diff options
Diffstat (limited to 'network/bluejeans')
-rw-r--r-- | network/bluejeans/bluejeans.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/bluejeans/bluejeans.SlackBuild b/network/bluejeans/bluejeans.SlackBuild index 6370c9f3093aa..7b5a72f5e19da 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 |