repo/extra/meson/build
2020-05-12 08:40:06 +03:00

10 lines
148 B
Bash
Executable File

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