aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-02-07 18:22:59 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-02-09 12:15:24 +0000
commit28b08cb67df87f8d4548be8a45ab5322813ce6cf (patch)
treebb74f222df33a1bcdeb24c1ae5805eaefd47166a
parentf9ea19a05ba3e385f2d3adc2e656886e3df5c010 (diff)
main/dbus: run trigger on /usr/share/dbus-1
DBus specification[1] marks /usr/share/dbus-1 as the place packages should put their files, leaving /etc/dbus-1 for the local administrator [1]: https://dbus.freedesktop.org/doc/dbus-specification.html
-rw-r--r--main/dbus/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/dbus/APKBUILD b/main/dbus/APKBUILD
index c938624b40f..c1a9a270c70 100644
--- a/main/dbus/APKBUILD
+++ b/main/dbus/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=dbus
pkgver=1.12.20
-pkgrel=1
+pkgrel=2
pkgdesc="Freedesktop.org message bus system"
options="!check" # Introduces circular dependency with xorg-server (xvfb-run -> xvfb)
url="https://www.freedesktop.org/Software/dbus"
@@ -9,7 +9,7 @@ pkggroups="messagebus"
arch="all"
license="AFL-2.1 OR GPL-2.0-or-later"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs $pkgname-x11 $pkgname-openrc"
-triggers="$pkgname.trigger=/etc/dbus-1/system.d"
+triggers="$pkgname.trigger=/usr/share/dbus-1/system.d"
depends_dev="util-linux-dev"
makedepends="$depends_dev
autoconf automake libtool autoconf-archive