summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-12 20:07:24 -0700
committerMark Wagie2024-01-12 20:07:24 -0700
commita308c1d44d9e180e404150f4b7eb57fdb2564307 (patch)
treed0281675662f304b4a8c8410716f8ffb7ec0be31
parentc83b088cec827b40ea3b5edfdb577097d2eb3655 (diff)
downloadaur-a308c1d44d9e180e404150f4b7eb57fdb2564307.tar.gz
disable dbus session address
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 639361007adb..a9c13a216a11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,7 @@ pkgver() {
build() {
cd "$srcdir/${pkgname%-git}"
export NO_AT_BRIDGE=1
+ export DBUS_SESSION_BUS_ADDRESS=disabled
make build
}