repo/extra/meson/build
2019-10-07 11:17:29 +03:00

11 lines
171 B
Bash
Executable File

#!/bin/sh -e
python setup.py build
python setup.py install \
--root="$1" \
--optimize=1 \
--skip-build
# Remove polkit files.
rm -rf "$1/usr/share/polkit-1"