diff options
Diffstat (limited to 'source/tcl/tk')
-rwxr-xr-x | source/tcl/tk/tk.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/tcl/tk/tk.SlackBuild b/source/tcl/tk/tk.SlackBuild index c6bf2913..412e4d5f 100755 --- a/source/tcl/tk/tk.SlackBuild +++ b/source/tcl/tk/tk.SlackBuild @@ -23,9 +23,9 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=tk -VERSION=${VERSION:-8.6.8} +VERSION=${VERSION:-8.6.9.1} # See also version number 8.6 in the symlinks below...) -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -70,9 +70,9 @@ PKG=$TMP/package-tk rm -rf $PKG mkdir -p $TMP $PKG cd $TMP -rm -rf tk$VERSION +rm -rf tk8.6.9 tk$VERSION tar xvf $CWD/tk$VERSION-src.tar.?z || exit 1 -cd tk$VERSION || exit 1 +cd tk$VERSION || cd tk8.6.9 || exit 1 sed -i -e "s#^TK_LIBRARY='\$(prefix)/lib/#TK_LIBRARY='\$(libdir)/#" \ unix/configure |