mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/gnome-mahjongg: Fix default PKGTYPE.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2a1a6cac17
commit
86c4f16d8a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue