openbsd-ports/x11/gnome/gdm/patches/patch-config_Makefile_in

21 lines
698 B
Plaintext
Raw Normal View History

$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@
2003-10-08 11:57:01 -04:00
-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
2003-10-08 11:57:01 -04:00
if test '!' -d $(DESTDIR)$(authdir); then \
$(mkinstalldirs) $(DESTDIR)$(authdir); \
chmod 1770 $(DESTDIR)$(authdir); \
- chown root:gdm $(DESTDIR)$(authdir) || : ; \
2003-10-08 11:57:01 -04:00
fi
system=`uname`; \