2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 08:22:28 +00:00
repo/extra/python-setuptools/build
2019-06-27 10:31:12 +03:00

10 lines
159 B
Bash
Executable File

#!/bin/sh -e
python3 bootstrap.py
python3 setup.py build
python3 setup.py install \
--prefix=/usr \
--root="$1" \
--optimize=1 \
--skip-build