From 541cfda5567ad388bdcb5b8f963266c7eca27abc Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 27 Apr 2021 07:40:18 +0200 Subject: extra/udisks2: use polkit-duktape instead of polkit on i486 --- extra/udisks2/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 extra/udisks2/PKGBUILD (limited to 'extra/udisks2') diff --git a/extra/udisks2/PKGBUILD b/extra/udisks2/PKGBUILD new file mode 100644 index 00000000..89363abe --- /dev/null +++ b/extra/udisks2/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