tk: fix wish symlink
This commit is contained in:
parent
6a9aff785d
commit
6346b35b09
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tk'
|
||||
pkgname=tk
|
||||
version=8.6.10
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="tk${version}"
|
||||
build_wrksrc=unix
|
||||
build_style=gnu-configure
|
||||
|
@ -21,7 +21,7 @@ shlib_provides="libtk8.6.so"
|
|||
|
||||
do_install() {
|
||||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue