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*