openbsd-ports/x11/gnome/gdm/patches/patch-config_Makefile_in
jasper 88c7d3697c - update gdm to 2.20.1
- make the *beep* sounds work
- install the Xsession script with the executable bit, so gdm won't
  try to start gnome in failsafe mode. as reported by several users.

tested by fkr@
2007-11-27 20:26:13 +00:00

21 lines
698 B
Plaintext

$OpenBSD: patch-config_Makefile_in,v 1.9 2007/11/27 20:26:13 jasper Exp $
--- config/Makefile.in.orig Sat Oct 27 16:57:48 2007
+++ config/Makefile.in Sat Oct 27 16:58:14 2007
@@ -257,7 +257,7 @@ am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
atspidir = @atspidir@
-authdir = $(localstatedir)/gdm
+authdir = $(localstatedir)/db/gdm
bindir = @bindir@
build = @build@
build_alias = @build_alias@
@@ -716,7 +716,6 @@ install-data-hook: gdm.conf gdm.conf-custom Xsession I
if test '!' -d $(DESTDIR)$(authdir); then \
$(mkinstalldirs) $(DESTDIR)$(authdir); \
chmod 1770 $(DESTDIR)$(authdir); \
- chown root:gdm $(DESTDIR)$(authdir) || : ; \
fi
system=`uname`; \