siglo: fix meson build

This commit is contained in:
Rick Farina (Zero_Chaos) 2022-07-05 12:44:23 -04:00
parent 35887dc08b
commit 2a31ed50c1
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -30,7 +30,7 @@ BDEPEND="${PYTHON_DEPS}"
src_configure() {
python_setup
sed -i "s#python.find_installation('python3').path()#\'${EPYTHON}\'#" src/meson.build
sed -i "s#python.find_installation('python3'\, modules\: \['gatt'\]).full_path()#\'${EPYTHON}\'#" src/meson.build || die
meson_src_configure
}