13 Jul
2010
13 Jul
'10
12:15 p.m.
Le 07/12/2010 02:18 PM, Timo Sirainen a écrit :
I think you can do "make pkgsysconfdir=/etc/opt/dovecot-rc"
It doesn't work properly for the «install» Makefile target: libdovecot is built to look for the config file in /etc/opt/dovecot-rc, so that's good. But it seems in two places, it's not used on install.
In doc/example-config/Makefile.in:
install-data-local: $(mkdir_p) $(DESTDIR)/$(sysconfdir)/dovecot
And another one is using a dovecotconfdir instead of pkgsysconfdir: doc/example-config/Makefile.in:
dovecotconfdir = $(sysconfdir)/dovecot
I guess you mean that it stops at doc/man/? That was a bug and has been fixed.
Alright, so it was a bug :-) Thanks for fixing it.
Laurent