wok-next diff tcl/receipt @ rev 5570
v4l-dvb: avoid /sbin/depmod
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 14 21:27:09 2010 +0200 (2010-05-14) |
parents | 866fa2493b1b |
children | b81a1aeb22bd |
line diff
1.1 --- a/tcl/receipt Wed Feb 24 12:13:18 2010 +0000 1.2 +++ b/tcl/receipt Fri May 14 21:27:09 2010 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tcl" 1.7 -VERSION="8.5.5" 1.8 +VERSION="8.5.8" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The Tool Command Language" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -38,6 +38,7 @@ 1.13 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.14 cp -a $_pkg/usr/bin $fs/usr 1.15 strip -s $fs/usr/bin/* 1.16 + ln -sf tclsh8.5 $fs/usr/bin/tclsh 1.17 } 1.18 1.19 clean_wok(){