index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
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 /extra/sysprof/PKGBUILD | |
parent | c544b321d78d12f3b52197248c367834bea85db3 (diff) |
-rw-r--r-- | extra/sysprof/PKGBUILD | 5 |
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 |