24f4d02c34
lots of small bug fixes some translations updates
23 lines
795 B
Plaintext
23 lines
795 B
Plaintext
$OpenBSD: patch-config_Makefile_in,v 1.13 2009/03/19 08:26:42 ajacoutot Exp $
|
|
--- config/Makefile.in.orig Thu Mar 19 06:00:25 2009
|
|
+++ config/Makefile.in Thu Mar 19 09:01:36 2009
|
|
@@ -709,18 +709,6 @@ install-data-hook: gdm.conf gdm.conf-custom Xsession I
|
|
chmod 755 $(DESTDIR)$(gnomercdir); \
|
|
fi
|
|
|
|
- if test '!' -d $(DESTDIR)$(logdir); then \
|
|
- $(mkinstalldirs) $(DESTDIR)$(logdir); \
|
|
- chmod 755 $(DESTDIR)$(logdir); \
|
|
- chown root:root $(DESTDIR)$(logdir) || : ; \
|
|
- fi
|
|
-
|
|
- if test '!' -d $(DESTDIR)$(authdir); then \
|
|
- $(mkinstalldirs) $(DESTDIR)$(authdir); \
|
|
- chmod 1770 $(DESTDIR)$(authdir); \
|
|
- chown root:gdm $(DESTDIR)$(authdir) || : ; \
|
|
- fi
|
|
-
|
|
system=`uname`; \
|
|
if test -f /usr/include/security/pam_appl.h; then \
|
|
if test '!' -d $(DESTDIR)$(PAM_PREFIX)/pam.d; then \
|