git » power-profiles-daemon.git » commit 30b619a

Move dbus conf to /usr/share

author Antonio Rojas
2022-01-19 21:24:45 UTC
committer Antonio Rojas
2022-01-19 21:24:45 UTC
parent 1bec0e82a2022f6562d65ffb2f1b9859d3593e74

Move dbus conf to /usr/share

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index 7a59736..b8def52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=power-profiles-daemon
 pkgver=0.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Makes power profiles handling available over D-Bus'
 url='https://gitlab.freedesktop.org/hadess/power-profiles-daemon'
 license=(GPL3)
@@ -18,7 +18,8 @@ b2sums=('a6db0c55e9109fe0ff83564c186e09c57c46999d2c44cae385772094a2c6d7f7129b3de
 build() {
   meson $pkgname-$pkgver build \
     --prefix /usr \
-    --libexec lib
+    --libexec lib \
+    --sysconfdir /usr/share
   meson compile -C build
 }