forked from pool/courier-imap
43d2288e97
update to 4.17.1 OBS-URL: https://build.opensuse.org/request/show/396002 OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=73
27 lines
954 B
Diff
27 lines
954 B
Diff
Index: Makefile.am
|
|
===================================================================
|
|
--- Makefile.am.orig
|
|
+++ Makefile.am
|
|
@@ -160,7 +160,7 @@ install-exec-hook:
|
|
mkdir -p $(DESTDIR)$(sysconfdir)/shared.tmp
|
|
chmod 755 $(DESTDIR)$(sysconfdir)/shared.tmp
|
|
mkdir -p $(DESTDIR)$(sysconfdir)/imapaccess
|
|
- chmod 755 $(DESTDIR)$(sysconfdir)/shared.tmp
|
|
+ chmod 755 $(DESTDIR)$(sysconfdir)/imapaccess
|
|
|
|
install-data-local: install-man
|
|
test -d $(DESTDIR)/etc/pam.d || exit 0 ; \
|
|
Index: Makefile.in
|
|
===================================================================
|
|
--- Makefile.in.orig
|
|
+++ Makefile.in
|
|
@@ -1449,7 +1449,7 @@ install-exec-hook:
|
|
mkdir -p $(DESTDIR)$(sysconfdir)/shared.tmp
|
|
chmod 755 $(DESTDIR)$(sysconfdir)/shared.tmp
|
|
mkdir -p $(DESTDIR)$(sysconfdir)/imapaccess
|
|
- chmod 755 $(DESTDIR)$(sysconfdir)/shared.tmp
|
|
+ chmod 755 $(DESTDIR)$(sysconfdir)/imapaccess
|
|
|
|
install-data-local: install-man
|
|
test -d $(DESTDIR)/etc/pam.d || exit 0 ; \
|