index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/sysprof/PKGBUILD | 5 |
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 |