summaryrefslogtreecommitdiffstats
path: root/source/tcl/tk/tk.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/tcl/tk/tk.SlackBuild')
-rwxr-xr-xsource/tcl/tk/tk.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/tcl/tk/tk.SlackBuild b/source/tcl/tk/tk.SlackBuild
index 32a183d3c..a100a8a29 100755
--- a/source/tcl/tk/tk.SlackBuild
+++ b/source/tcl/tk/tk.SlackBuild
@@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-VERSION=${VERSION:-8.5.8}
+VERSION=${VERSION:-8.5.9}
# See also version number 8.5 in the symlinks below...)
BUILD=${BUILD:-1}
@@ -57,9 +57,9 @@ fi
CWD=$(pwd)
TMP=${TMP:-/tmp}
PKG=$TMP/package-tk
+
rm -rf $PKG
mkdir -p $TMP $PKG
-
cd $TMP
rm -rf tk$VERSION
tar xvf $CWD/tk$VERSION-src.tar.?z* || exit 1
@@ -78,7 +78,6 @@ mkdir -p $PKG/usr/doc/tk$VERSION
cp -a README license.terms $PKG/usr/doc/tk$VERSION
cd unix
-make clean
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \