diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-06 13:19:06 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-06 15:47:09 +0700 |
commit | 799609b4c6a558931368e68ce5c238b560485319 (patch) | |
tree | a9372fd34e8c61bfac4bc1ca1f41a8ed0922c0bd | |
parent | beca7321a6b0d42a11ec10d07ad1a442579928d7 (diff) | |
download | slackbuilds-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>
-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 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 |