repo/extra/meson/build

13 lines
201 B
Plaintext
Raw Normal View History

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