diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-12 19:46:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-12 19:46:32 +0000 |
commit | 6d01da656bded20882dc44eba56342df13d3231d (patch) | |
tree | c76502eda66fba48d3481ef69049e567ad1a480f /x11/gdm/files/patch-config_Makefile.in | |
parent | Statically depend on libgnome again as it's easier to test this way and includes (diff) |
Update to 2.14.6.
Notes
Notes:
svn path=/head/; revision=162195
Diffstat (limited to 'x11/gdm/files/patch-config_Makefile.in')
-rw-r--r-- | x11/gdm/files/patch-config_Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/gdm/files/patch-config_Makefile.in b/x11/gdm/files/patch-config_Makefile.in index 9678f710c061..7c844f55cefd 100644 --- a/x11/gdm/files/patch-config_Makefile.in +++ b/x11/gdm/files/patch-config_Makefile.in @@ -1,11 +1,11 @@ ---- config/Makefile.in.orig Fri Jun 11 15:40:03 2004 -+++ config/Makefile.in Fri Jun 11 15:41:30 2004 -@@ -400,7 +400,7 @@ - +--- config/Makefile.in.orig Fri May 12 15:37:48 2006 ++++ config/Makefile.in Fri May 12 15:38:05 2006 +@@ -682,7 +682,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); \ - chmod 755 $(DESTDIR)$(logdir); \ fi + if test '!' -d $(DESTDIR)$(authdir); then \ |