2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 20:52:28 +00:00
repo/extra/python-setuptools/build

10 lines
159 B
Plaintext
Raw Normal View History

2019-06-27 07:31:12 +00:00
#!/bin/sh -e
python3 bootstrap.py
python3 setup.py build
python3 setup.py install \
--prefix=/usr \
--root="$1" \
--optimize=1 \
--skip-build