diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-11 07:32:22 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-11 07:32:22 +0100 |
commit | 7d18c50af8d468f989b3fc1d19620435c0c1a4a6 (patch) | |
tree | 27cd9041284c44f4cb6dc51fbcc3c19f05a72f4b | |
parent | c544b321d78d12f3b52197248c367834bea85db3 (diff) | |
download | packages-7d18c50af8d468f989b3fc1d19620435c0c1a4a6.tar.xz |
extra/sysprof: duktape-polkit on i486
-rw-r--r-- | extra/sysprof/PKGBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/sysprof/PKGBUILD b/extra/sysprof/PKGBUILD new file mode 100644 index 00000000..b4aea859 --- /dev/null +++ b/extra/sysprof/PKGBUILD @@ -0,0 +1,5 @@ +# no polkit, no js78, no rust, use polkit-duktape on i486 +if [ "$CARCH" = 'i486' ]; then + depends=(${depends[@]//polkit/}) + depends+=(polkit-duktape) +fi |