SHA256
1
0
forked from pool/tk

- Fix manpage symlink for wish8.6.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=78
This commit is contained in:
Reinhard Max 2020-11-20 08:14:45 +00:00 committed by Git OBS Bridge
parent b3e875a1ad
commit 43cc8c2452
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 20 08:11:43 UTC 2020 - Reinhard Max <max@suse.com>
- Fix manpage symlink for wish8.6.
-------------------------------------------------------------------
Mon Oct 12 15:17:51 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -119,7 +119,7 @@ make -C unix install install-private-headers \
TK_LIBRARY="%scriptdir" \
TK_PKG_DIR="tcl/tk%TK_MINOR"
ln -sf wish%TK_MINOR %buildroot%_prefix/bin/wish
ln -sf wish%TK_MINOR.n.gz %buildroot%_mandir/mann/wish.n.gz
ln -sf wish.1.gz %buildroot%_mandir/man1/wish%TK_MINOR.1.gz
install -m 0755 %{S:3} %buildroot%_bindir/tkcon
%if "%_lib" == "lib64"