tk: fix wish symlink

This commit is contained in:
Peter Wang 2019-12-19 15:27:02 +11:00 committed by Jürgen Buchmüller
parent 6a9aff785d
commit 6346b35b09

View file

@ -1,7 +1,7 @@
# Template file for 'tk' # Template file for 'tk'
pkgname=tk pkgname=tk
version=8.6.10 version=8.6.10
revision=2 revision=3
wrksrc="tk${version}" wrksrc="tk${version}"
build_wrksrc=unix build_wrksrc=unix
build_style=gnu-configure build_style=gnu-configure
@ -21,7 +21,7 @@ shlib_provides="libtk8.6.so"
do_install() { do_install() {
make INSTALL_ROOT=${DESTDIR} install install-private-headers make INSTALL_ROOT=${DESTDIR} install install-private-headers
ln -s wish${version%.*.*} ${DESTDIR}/usr/bin/wish ln -s $(basename ${DESTDIR}/usr/bin/wish*) ${DESTDIR}/usr/bin/wish
vlicense ../license.terms LICENSE vlicense ../license.terms LICENSE
} }