From f0c8cae287a49d833982e724558af78355d9f075 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 16 Mar 2022 17:03:44 +0100 Subject: core/sysprof: using polkit-duktape insteadof polkit on i486 --- core/sysprof/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 core/sysprof/PKGBUILD (limited to 'core') diff --git a/core/sysprof/PKGBUILD b/core/sysprof/PKGBUILD new file mode 100644 index 00000000..89363abe --- /dev/null +++ b/core/sysprof/PKGBUILD @@ -0,0 +1,5 @@ +# use polkit-duktape instead of polkit on i486 +if [ "$CARCH" = 'i486' ]; then + depends=(${depends[@]//polkit/}) + depends+=(polkit-duktape) +fi -- cgit v1.2.3-54-g00ecf