diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-27 12:00:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-27 12:00:15 +0000 |
commit | 69a8691aaf54498523e9e2564c0ecdb7c80083c0 (patch) | |
tree | 9f7fbb0c30c4f3cbe26d679fcb5abf09afe061e9 /x11/gdm/files | |
parent | Update to KOffice 1.5.1 (diff) |
Update to 2.14.7.
Diffstat (limited to 'x11/gdm/files')
-rw-r--r-- | x11/gdm/files/patch-config_Makefile.in | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/x11/gdm/files/patch-config_Makefile.in b/x11/gdm/files/patch-config_Makefile.in index f04be74b41b0..a665e989a48c 100644 --- a/x11/gdm/files/patch-config_Makefile.in +++ b/x11/gdm/files/patch-config_Makefile.in @@ -1,18 +1,11 @@ ---- config/Makefile.in.orig Wed May 17 13:47:25 2006 -+++ config/Makefile.in Wed May 17 13:47:50 2006 -@@ -682,13 +682,13 @@ install-data-hook: gdm.conf gdm.conf-cus +--- 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); \ +- chown root:root $(DESTDIR)$(logdir) || : ; \ ++ chown root:wheel $(DESTDIR)$(logdir) || : ; \ fi if test '!' -d $(DESTDIR)$(authdir); then \ - $(mkinstalldirs) $(DESTDIR)$(authdir); \ - chmod 1770 $(DESTDIR)$(authdir); \ -- chown root:gdm $(DESTDIR)$(authdir); \ -+ chown root:wheel $(DESTDIR)$(authdir); \ - fi - - system=`uname`; \ |