diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-27 07:40:18 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-27 07:40:18 +0200 |
commit | 541cfda5567ad388bdcb5b8f963266c7eca27abc (patch) | |
tree | 961db30c6cc91f5c1ec0d7a6a4d48fc642813f3a /extra/udisks2/PKGBUILD | |
parent | 95630bd644141b602a7ac73db05a2aad9d04207c (diff) | |
download | packages-541cfda5567ad388bdcb5b8f963266c7eca27abc.tar.xz |
extra/udisks2: use polkit-duktape instead of polkit on i486
Diffstat (limited to 'extra/udisks2/PKGBUILD')
-rw-r--r-- | extra/udisks2/PKGBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
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 |