diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-14 14:05:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-14 14:05:28 +0100 |
commit | 8f39dc5c8c3d0b77daebd90f927e0bc78bca7d1d (patch) | |
tree | f064c23ea4a5ac3f8dd4730997a3426f3630452d /package/dovecot/Makefile | |
parent | 80cf711c344256c59b857da6cd7fc91898f90752 (diff) | |
parent | a03e16ce46353740a2b778beda4dda03c0252e07 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/dovecot/Makefile')
-rw-r--r-- | package/dovecot/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/package/dovecot/Makefile b/package/dovecot/Makefile index d4acd7275..a8a6c3420 100644 --- a/package/dovecot/Makefile +++ b/package/dovecot/Makefile @@ -42,9 +42,10 @@ CONFIGURE_ARGS+= --with-notify=none \ post-install: ${INSTALL_DIR} ${IDIR_DOVECOT}/etc - ${INSTALL_DIR} ${IDIR_DOVECOT}/usr/lib/dovecot - ${INSTALL_DATA} ./files/dovecot.conf ${IDIR_DOVECOT}/etc + ${INSTALL_DIR} ${IDIR_DOVECOT}/usr/sbin + ${INSTALL_DIR} ${IDIR_DOVECOT}/usr/libexec/dovecot ${INSTALL_DIR} ${IDIR_DOVECOT}/usr/lib/dovecot/modules/{imap,lda,pop3} + ${INSTALL_DATA} ./files/dovecot.conf ${IDIR_DOVECOT}/etc $(CP) ${WRKINST}/usr/lib/dovecot/modules/*.so \ ${IDIR_DOVECOT}/usr/lib/dovecot/modules/ $(CP) ${WRKINST}/usr/lib/dovecot/modules/imap/*.so \ @@ -53,9 +54,9 @@ post-install: ${IDIR_DOVECOT}/usr/lib/dovecot/modules/lda/ $(CP) ${WRKINST}/usr/lib/dovecot/modules/pop3/*.so \ ${IDIR_DOVECOT}/usr/lib/dovecot/modules/pop3/ - $(INSTALL_BIN) ${WRKINST}/usr/sbin/dovecot/* \ - ${IDIR_DOVECOT}/usr/lib/dovecot/ - $(INSTALL_BIN) ${WRKINST}/usr/sbin/dovecot \ + $(INSTALL_BIN) ${WRKINST}/usr/libexec/dovecot/* \ + ${IDIR_DOVECOT}/usr/libexec/dovecot/ + $(INSTALL_BIN) ${WRKINST}/usr/sbin/dovecot* \ ${IDIR_DOVECOT}/usr/sbin include ${TOPDIR}/mk/pkg-bottom.mk |