mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-10 20:00:51 +00:00
asciinema: do not remove generated pycache
This commit is contained in:
@@ -23,7 +23,3 @@ termux_step_make_install() {
|
||||
export PYTHONPATH=$TERMUX_PREFIX/lib/python3.8/site-packages/
|
||||
python3.8 setup.py install --prefix=$TERMUX_PREFIX --force
|
||||
}
|
||||
|
||||
termux_step_post_massage() {
|
||||
find . -path '*/__pycache__*' -delete
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user