diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6561440..aae48d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -187,7 +187,9 @@ install-exec-local: $(DESTDIR)/$(sysconfdir)/kolab \ $(DESTDIR)/$(libexecdir)/postfix \ $(DESTDIR)/$(localstatedir)/lib/kolab \ - $(DESTDIR)/$(localstatedir)/log/kolab + $(DESTDIR)/$(localstatedir)/log/kolab \ + $(DESTDIR)/$(localstatedir)/spool/pykolab/wallace + if ENTERPRISE mkdir -p $(DESTDIR)/$(sysconfdir)/kolab/entitlement.d endif |