openbsd-ports/x11/gnome/gdm/patches/patch-config_Makefile_in
2005-05-26 03:39:30 +00:00

21 lines
753 B
Plaintext

$OpenBSD: patch-config_Makefile_in,v 1.6 2005/05/26 03:39:31 marcm Exp $
--- config/Makefile.in.orig Mon Apr 11 21:37:31 2005
+++ config/Makefile.in Wed May 18 21:04:10 2005
@@ -252,7 +252,7 @@ localedir = $(sysconfdir)/gdm
bisessdir = $(datadir)/gdm/BuiltInSessions
instsessdir = $(datadir)/xsessions
initdir = $(sysconfdir)/gdm/Init
-authdir = $(localstatedir)/gdm
+authdir = $(localstatedir)/db/gdm
logdir = $(localstatedir)/log/gdm
gnomercdir = $(sysconfdir)/gdm
postdir = $(sysconfdir)/gdm/PostSession
@@ -586,7 +586,6 @@ install-data-hook: gdm.conf Xsession gno
if test '!' -d $(DESTDIR)$(authdir); then \
$(mkinstalldirs) $(DESTDIR)$(authdir); \
- chown root:gdm $(DESTDIR)$(authdir); \
chmod 1770 $(DESTDIR)$(authdir); \
fi