mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-19 13:10:07 -07:00
7 lines
147 B
Bash
Executable File
7 lines
147 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2
|
|
python -m installer -d "$1" .dist/*.whl
|
|
|
|
rm -rf "$1/usr/share/polkit-1"
|