mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
shellcheck
This commit is contained in:
parent
eaae5e45f3
commit
19ade22ba0
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user