2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 14:50:07 -07:00

shellcheck

This commit is contained in:
git-bruh 2023-12-29 17:40:48 +05:30
parent eaae5e45f3
commit 19ade22ba0
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
rm -rf flit_core/flit_core/vendor/
python flit_core/build_dists.py
python -m installer -d "$1" flit_core/dist/flit_core-$2-py3-none-any.whl
python -m installer -d "$1" "flit_core/dist/flit_core-$2-py3-none-any.whl"
rm -rf "$1"/usr/lib/python3*/site-packages/flit_core/tests

View File

@ -2,7 +2,7 @@
sitedir="$(python3 -c 'import site;print(site.getsitepackages()[0])')"
unzip -d build installer-$2-py3-none-any.whl
unzip -d build "installer-$2-py3-none-any.whl"
(cd build; patch -p1 < default-bytecode-levels.patch)