diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2020-07-19 18:35:36 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-07-19 18:35:36 +0200 |
commit | 203948788f4aa1335879fd93750624663c1aa581 (patch) | |
tree | e04760db06e1c7381107b3c0d5b260890af68d32 /x11 | |
parent | e407625395cadac26982ed92b8dca7fe96f5fcb0 (diff) |
xenodm: move authdir to /var/run/xenodm
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xenodm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xenodm/Makefile b/x11/xenodm/Makefile index 1f272bd..fcdb256 100644 --- a/x11/xenodm/Makefile +++ b/x11/xenodm/Makefile @@ -41,7 +41,7 @@ DEFAULT_VT= --with-default-vt=vt05 CONFIGURE_ARGS= \ $(DEFAULT_VT) \ - --with-authdir=$(XENODMCONFIGDIR) \ + --with-authdir=/var/run/xenodm \ --with-xenodmlibdir=$(XENODMCONFIGDIR) \ --with-pixmapdir=$(PIXMAPDIR) \ --with-bw-pixmap=OpenBSD_1bpp.xpm \ |