repo/extra/meson/build
2021-07-12 03:54:29 +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"