diff options
Diffstat (limited to 'x11/gdm/files/patch-config_Makefile.in')
-rw-r--r-- | x11/gdm/files/patch-config_Makefile.in | 11 |
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 a665e989a48c..000000000000 --- a/x11/gdm/files/patch-config_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- config/Makefile.in.orig Sat May 27 07:38:47 2006 -+++ config/Makefile.in Sat May 27 07:50:28 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 \ |