Magellan Linux

Contents of /trunk/dovecot/patches/dovecot-1.0.5-config-install-2.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 379 - (show annotations) (download)
Tue Oct 16 00:16:22 2007 UTC (16 years, 6 months ago) by niro
File size: 1904 byte(s)
-really fixed config install

1 diff -Naur dovecot-1.0.5/doc/Makefile.am dovecot-1.0.5-magellan/doc/Makefile.am
2 --- dovecot-1.0.5/doc/Makefile.am 2007-07-15 21:51:07.000000000 +0200
3 +++ dovecot-1.0.5-magellan/doc/Makefile.am 2007-10-16 02:12:08.000000000 +0200
4 @@ -3,9 +3,7 @@
5 docdir = $(datadir)/doc/dovecot
6
7 confdir = $(sysconfdir)
8 -conf_DATA = \
9 - dovecot-ldap-example.conf \
10 - dovecot-sql-example.conf
11 +conf_DATA =
12
13 doc_DATA = \
14 auth-protocol.txt \
15 diff -Naur dovecot-1.0.5/doc/Makefile.in dovecot-1.0.5-magellan/doc/Makefile.in
16 --- dovecot-1.0.5/doc/Makefile.in 2007-09-09 02:59:47.000000000 +0200
17 +++ dovecot-1.0.5-magellan/doc/Makefile.in 2007-10-16 02:12:24.000000000 +0200
18 @@ -203,9 +203,7 @@
19 target_alias = @target_alias@
20 SUBDIRS = wiki
21 confdir = $(sysconfdir)
22 -conf_DATA = \
23 - dovecot-ldap-example.conf \
24 - dovecot-sql-example.conf
25 +conf_DATA =
26
27 doc_DATA = \
28 auth-protocol.txt \
29 diff -Naur dovecot-1.0.5/Makefile.in dovecot-1.0.5-magellan/Makefile.in
30 --- dovecot-1.0.5/Makefile.in 2007-09-09 02:59:51.000000000 +0200
31 +++ dovecot-1.0.5-magellan/Makefile.in 2007-10-16 02:13:14.000000000 +0200
32 @@ -318,16 +318,16 @@
33 @list='$(conf_DATA)'; for p in $$list; do \
34 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
35 f=$(am__strip_dir) \
36 - echo " $(confDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(confdir)/$$f'"; \
37 - $(confDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(confdir)/$$f"; \
38 + echo " $(confDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(confdir)/dovecot.conf'"; \
39 + $(confDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(confdir)/dovecot.conf"; \
40 done
41
42 uninstall-confDATA:
43 @$(NORMAL_UNINSTALL)
44 @list='$(conf_DATA)'; for p in $$list; do \
45 f=$(am__strip_dir) \
46 - echo " rm -f '$(DESTDIR)$(confdir)/$$f'"; \
47 - rm -f "$(DESTDIR)$(confdir)/$$f"; \
48 + echo " rm -f '$(DESTDIR)$(confdir)/dovecot.conf'"; \
49 + rm -f "$(DESTDIR)$(confdir)/dovecot.conf"; \
50 done
51 install-pkglibDATA: $(pkglib_DATA)
52 @$(NORMAL_INSTALL)