summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-03-16 17:03:44 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-03-16 17:03:44 +0100
commitf0c8cae287a49d833982e724558af78355d9f075 (patch)
tree583cbe6bf912b40838c02a1c22e0ab07b5f4c084 /core
parentebc90b324daeaa8503dbbad3c9de460b16ca24d5 (diff)
downloadpackages-f0c8cae287a49d833982e724558af78355d9f075.tar.xz
core/sysprof: using polkit-duktape insteadof polkit on i486
Diffstat (limited to 'core')
-rw-r--r--core/sysprof/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
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