wok-next diff tcl/receipt @ rev 18952

Up libssh (0.7.3) CVE-2016-0739
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 07 11:12:17 2016 +0100 (2016-03-07)
parents 5470c9cb7190
children c6d83a2b2380
line diff
     1.1 --- a/tcl/receipt	Sat Feb 14 22:32:45 2015 +0000
     1.2 +++ b/tcl/receipt	Mon Mar 07 11:12:17 2016 +0100
     1.3 @@ -35,8 +35,8 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/lib
     1.7 -	cp -a $install/usr/lib/tcl8* $fs/usr/lib
     1.8 +	cp -a $install/usr/lib/tcl${VERSION:0:1}* $fs/usr/lib
     1.9  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.10  	cp -a $install/usr/bin $fs/usr
    1.11 -	ln -sf tclsh8.6 $fs/usr/bin/tclsh
    1.12 +	ln -sf tclsh${VERSION:0:3} $fs/usr/bin/tclsh
    1.13  }