From b788e5612ccc70cad1848b0c19ac2e35ab345f74 Mon Sep 17 00:00:00 2001 From: pancake Date: Wed, 22 May 2013 11:19:54 +0200 Subject: [PATCH] tcl: fix tclsh symlink --- srcpkgs/tcl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tcl/template b/srcpkgs/tcl/template index e4cbe79a902..7dbfc5790d8 100644 --- a/srcpkgs/tcl/template +++ b/srcpkgs/tcl/template @@ -1,7 +1,7 @@ # Template file for 'tcl' pkgname=tcl version=8.6.0 -revision=1 +revision=2 wrksrc="tcl${version}" build_wrksrc=unix short_desc="The TCL scripting language" @@ -28,7 +28,7 @@ do_build() { do_install() { make INSTALL_ROOT=${DESTDIR} install install-private-headers - ln -sfr ${DESTDIR}/usr/bin/tclsh8.5 ${DESTDIR}/usr/bin/tclsh + ln -sfr ${DESTDIR}/usr/bin/tclsh8.6 ${DESTDIR}/usr/bin/tclsh vinstall ../license.terms 644 usr/share/licenses/tcl LICENSE # Set proper perms to shlibs. chmod 755 ${DESTDIR}/usr/lib/*.so*