mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
games/arnold-cpc: Fix VERSION in script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
09a5dba5e0
commit
739a3a7f6b
1 changed files with 5 additions and 4 deletions
|
@ -23,13 +23,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=arnold-cpc
|
||||
SRCDIR=$(echo $PRGNAM | cut -c1-6)
|
||||
SRCNAM=${SRCDIR}-nurgle
|
||||
SRCVER=${SRCVER:-2009-03-17}
|
||||
VERSION=$(echo $SRCVER | tr - .)
|
||||
VERSION=${VERSION:-2009.03.17}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCVER=$(echo $VERSION | tr . -)
|
||||
SRCDIR=$(echo $PRGNAM | cut -c1-6)
|
||||
SRCNAM=${SRCDIR}-nurgle
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i586 ;;
|
||||
|
|
Loading…
Reference in a new issue