2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-20 13:16:19 +00:00
repo/extra/meson/build

13 lines
201 B
Plaintext
Raw Normal View History

2019-06-27 18:36:01 +00:00
#!/bin/sh -e
2019-08-04 21:45:55 +00:00
patch -p1 < no-gettext.patch
2019-06-27 18:36:01 +00:00
python setup.py build
python setup.py install \
--root="$1" \
--optimize=1 \
--skip-build
2019-08-19 01:00:50 +00:00
# Remove polkit files.
rm -rf "$1/usr/share/polkit-1"