tcl: fix tclsh symlink
This commit is contained in:
parent
a5f63eb507
commit
b788e5612c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tcl'
|
# Template file for 'tcl'
|
||||||
pkgname=tcl
|
pkgname=tcl
|
||||||
version=8.6.0
|
version=8.6.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="tcl${version}"
|
wrksrc="tcl${version}"
|
||||||
build_wrksrc=unix
|
build_wrksrc=unix
|
||||||
short_desc="The TCL scripting language"
|
short_desc="The TCL scripting language"
|
||||||
|
@ -28,7 +28,7 @@ do_build() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make INSTALL_ROOT=${DESTDIR} install install-private-headers
|
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
|
vinstall ../license.terms 644 usr/share/licenses/tcl LICENSE
|
||||||
# Set proper perms to shlibs.
|
# Set proper perms to shlibs.
|
||||||
chmod 755 ${DESTDIR}/usr/lib/*.so*
|
chmod 755 ${DESTDIR}/usr/lib/*.so*
|
||||||
|
|
Loading…
Reference in a new issue