chore(linter compliance): miscellaneous

[no ci]
This commit is contained in:
termux-pacman-bot
2024-04-23 18:37:30 +00:00
parent 66a0373ae3
commit 1d96dec9c1
51 changed files with 178 additions and 178 deletions

View File

@@ -79,12 +79,12 @@ termux_step_pre_configure() {
termux_step_post_make_install() {
(cd $TERMUX_PREFIX/bin
ln -sf idle${_MAJOR_VERSION} idle
ln -sf python${_MAJOR_VERSION} python
ln -sf python${_MAJOR_VERSION}-config python-config
ln -sf pydoc${_MAJOR_VERSION} pydoc)
ln -sf idle${_MAJOR_VERSION} idle
ln -sf python${_MAJOR_VERSION} python
ln -sf python${_MAJOR_VERSION}-config python-config
ln -sf pydoc${_MAJOR_VERSION} pydoc)
(cd $TERMUX_PREFIX/share/man/man1
ln -sf python${_MAJOR_VERSION}.1 python.1)
ln -sf python${_MAJOR_VERSION}.1 python.1)
}
termux_step_post_massage() {