summaryrefslogtreecommitdiffstats
path: root/x11/gdm/files/patch-config_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gdm/files/patch-config_Makefile.in')
-rw-r--r--x11/gdm/files/patch-config_Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/gdm/files/patch-config_Makefile.in b/x11/gdm/files/patch-config_Makefile.in
deleted file mode 100644
index 822b8c74b..000000000
--- a/x11/gdm/files/patch-config_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- config/Makefile.in.orig Fri May 12 14:27:47 2006
-+++ config/Makefile.in Fri May 12 14:28:13 2006
-@@ -681,7 +681,7 @@ install-data-hook: gdm.conf gdm.conf-cus
- if test '!' -d $(DESTDIR)$(logdir); then \
- $(mkinstalldirs) $(DESTDIR)$(logdir); \
- chmod 755 $(DESTDIR)$(logdir); \
-- chown root:root $(DESTDIR)$(logdir); \
-+ chown root:wheel $(DESTDIR)$(logdir); \
- fi
-
- if test '!' -d $(DESTDIR)$(authdir); then \