diff options
author | B. Watson <urchlay@slackware.uk> | 2023-02-13 15:29:11 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:06:54 +0700 |
commit | 86c4f16d8a1751c455c0473775b4d5844260c18d (patch) | |
tree | e73efbedbc3cd405f72b4e20a3f7e4ad928481d2 | |
parent | 2a1a6cac17ddea6eb89e53e078f7e51718bbf164 (diff) |
games/gnome-mahjongg: Fix default PKGTYPE.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/gnome-mahjongg/gnome-mahjongg.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnome-mahjongg/gnome-mahjongg.SlackBuild b/games/gnome-mahjongg/gnome-mahjongg.SlackBuild index d7cbe3bcf4d3..a43d59f59cf5 100644 --- a/games/gnome-mahjongg/gnome-mahjongg.SlackBuild +++ b/games/gnome-mahjongg/gnome-mahjongg.SlackBuild @@ -28,7 +28,7 @@ PRGNAM=gnome-mahjongg VERSION=${VERSION:-3.38.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-txz} +PKGTYPE=${PKGTYPE:-tgz} if [ -z "$ARCH" ]; then case "$( uname -m )" in |