2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-27 05:16:16 -06:00
repo/extra/meson/build

7 lines
147 B
Plaintext
Raw Normal View History

2019-06-27 12:36:01 -06:00
#!/bin/sh -e
2024-04-27 19:23:04 -06:00
gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2
python -m installer -d "$1" .dist/*.whl
2021-07-11 18:54:29 -06:00
rm -rf "$1/usr/share/polkit-1"