diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-27 19:50:25 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-03 10:38:30 +0700 |
commit | 0ab72bba3134e0c0fb17893dee7ca29c52ee48bc (patch) | |
tree | 291adb03205b04254a81cc6476b56ce0bb82ed8a /network/webex | |
parent | 711f58791363051e07db912c6f15be5781a2557c (diff) |
network/webex: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/webex')
-rw-r--r-- | network/webex/webex.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/network/webex/webex.SlackBuild b/network/webex/webex.SlackBuild index 51ef1c42c9478..85f0ae2ef15d2 100644 --- a/network/webex/webex.SlackBuild +++ b/network/webex/webex.SlackBuild @@ -39,15 +39,12 @@ if [ "$ARCH" != "x86_64" ]; then exit 1 fi -# 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. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 fi -TMP=${TMP:-/tmp} +TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -60,9 +57,9 @@ ar p $CWD/Webex.deb data.tar.xz | tar xJv || exit 1 chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} + -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} + # Install a .desktop launcher: # * Version should be the version of the desktop entry specification, not application version. |