mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-16 07:47:55 +01:00
sbopkg.SlackBuild: Change Tag.
Signed-off-by: Willy Sudiarto Raharjo <willysr@sbopkg.org>
This commit is contained in:
parent
9bfaea4e2b
commit
1753c1978a
1 changed files with 2 additions and 1 deletions
|
@ -5,13 +5,14 @@
|
|||
# Slackware build script for sbopkg
|
||||
|
||||
# Written by Chess Griffin <chess@chessgriffin.com>.
|
||||
# Modified by Willy Sudiarto Raharjo <willysr@sbopkg.org>
|
||||
# Based on the SlackBuilds.org template.
|
||||
|
||||
PRGNAM=sbopkg
|
||||
VERSION=${VERSION:-0.37.0}
|
||||
ARCH=${ARCH:-noarch}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_cng}
|
||||
TAG=${TAG:-_wsr}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
CWD=$(pwd)
|
||||
|
|
Loading…
Reference in a new issue