tcl: fix tclsh symlink

This commit is contained in:
pancake 2013-05-22 11:19:54 +02:00
parent a5f63eb507
commit b788e5612c

View file

@ -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*