TclTk: fix wrong setting of sym-link for wish

This commit is contained in:
2019-08-29 17:35:09 +02:00
parent de3d4df054
commit bdfbcdfdc3

View File

@@ -34,5 +34,5 @@ pbuild::compile() {
}
pbuild::post_install() {
{ cd "${PREFIX}"/bin && rm -f tclsh && ln -fs tclsh${V%.*} tclsh; };
{ cd "${PREFIX}"/bin && rm -f wish && ln -fs wish${V%.*} wish; };
}