mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
7 lines
97 B
Plaintext
7 lines
97 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
python setup.py build
|
||
|
python setup.py install \
|
||
|
--root="$1" \
|
||
|
--skip-build
|