26 Apr
2005
26 Apr
'05
2:16 p.m.
Hello,
pkglibexecdir should be easy to override without patching makefiles:
make 'pkglibexecdir=$(libexecdir)'
unfortunately, this didn't help. While DESTDIR is undefined and may be defined externally be setting env-variables, pkglibexecdir is defined within the makefiles. So even if I'm trying to change it externally, these values get overwritten by the later processed Makefile-definition. But it's more a cosmetic issue than a real problem. I'd simply rather have the binaries in PREFIX/bin than in PREFIX/libexec/dovecot.
Regards Marten