2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-19 04:36:58 +00:00
repo/extra/meson/build

7 lines
147 B
Plaintext
Raw Normal View History

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