academic/staden: Fix build against tklib 0.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Petar Petrov 2015-02-04 19:56:27 +07:00 committed by Willy Sudiarto Raharjo
parent f5d420b2c1
commit c7b5f68ad5

View file

@ -2,7 +2,7 @@
# Slackware build script for staden
# Copyright 2011-2014 Petar Petrov, petar.petrov@student.oulu.fi
# Copyright 2011-2015 Petar Petrov, petar.petrov@student.oulu.fi
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
PRGNAM=staden
VERSION=${VERSION:-2.0.0b10}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
esac
fi
TKLIB=tklib0.5 # Folder name of TKLIB
TKLIB=tklib0.6 # Folder name of TKLIB
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}