aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/superpowers/plans/2026-09-15-notifyd.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/superpowers/plans/2026-09-15-notifyd.md b/docs/superpowers/plans/2026-09-15-notifyd.md
index fdc3967..945d856 100644
--- a/docs/superpowers/plans/2026-09-15-notifyd.md
+++ b/docs/superpowers/plans/2026-09-15-notifyd.md
@@ -1572,7 +1572,8 @@ check() {
go build -o "$tmp/notifyd" "$here/cmd/notifyd" || exit 1
go build -o "$tmp/notifyctl" "$here/cmd/notifyctl" || exit 1
-export XDG_RUNTIME_DIR="$tmp"
+mkdir -p "$tmp/run"
+export XDG_RUNTIME_DIR="$tmp/run"
export PATH="$tmp:$PATH"
dbus-run-session -- bash -c '