summaryrefslogtreecommitdiff
path: root/tcl/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/build.sh')
-rw-r--r--tcl/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcl/build.sh b/tcl/build.sh
index a45ed26..2a2f8dc 100644
--- a/tcl/build.sh
+++ b/tcl/build.sh
@@ -31,5 +31,6 @@ function build() {
function package() {
make install DESTDIR="${_pkgdir}"
- chmod 755 "${_pkgdir}/${_prefix}"/lib/*.${lib_type}
+ chmod 755 "${_pkgdir}${_prefix}"/lib/*.${lib_type}
+ ln -s tclsh${version%.*} "${_pkgdir}${_prefix}"/bin/tclsh
}