Date: Sunday, February 27, 2022 @ 09:18:41 Author: heftig Revision: 438198
2.6.0-2: F#73966 fix dir perms Modified: geoclue/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-27 08:34:32 UTC (rev 438197) +++ PKGBUILD 2022-02-27 09:18:41 UTC (rev 438198) @@ -3,7 +3,7 @@ pkgname=geoclue pkgver=2.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="Modular geoinformation service built on the D-Bus messaging system" arch=(x86_64) url="https://www.freedesktop.org/wiki/Software/GeoClue/" @@ -54,6 +54,9 @@ echo 'd /var/lib/geoclue 0755 geoclue geoclue' | install -Dm644 /dev/stdin "$pkgdir/usr/lib/tmpfiles.d/geoclue.conf" + + # Fixup mode to match polkit + install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d" } # vim:set sw=2 et:
