diff options
author | B. Watson <urchlay@slackware.uk> | 2023-02-13 15:28:19 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:06:54 +0700 |
commit | 2a1a6cac17ddea6eb89e53e078f7e51718bbf164 (patch) | |
tree | 3bedc6854b7aa61f15a731eb566b06108d1c866c /network | |
parent | ea1fad48ffeb830ac54505d61348f9011d4584b3 (diff) |
network/webex: Fix PKGTYYPE typo.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/webex/webex.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/webex/webex.SlackBuild b/network/webex/webex.SlackBuild index e9a8559f48f75..9c13c7f760868 100644 --- a/network/webex/webex.SlackBuild +++ b/network/webex/webex.SlackBuild @@ -28,7 +28,7 @@ PRGNAM=webex VERSION=${VERSION:-42.12.0.24485} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYYPE:-tgz} +PKGTYPE=${PKGTYPE:-tgz} if [ -z "$ARCH" ]; then case "$ARCH" in |