mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
fix extension.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
3a1503cfcd
commit
01c048363d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ SRCNAM=$(echo $PRGNAM | cut -c9-15)
|
|||
VERSION=${VERSION:-0.23.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_csb}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
PKGTYPE=${PKGTYPE:-txz}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
Loading…
Reference in a new issue