2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-23 15:50:06 -07:00
repo/extra/python-setuptools/build

10 lines
159 B
Plaintext
Raw Normal View History

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