diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-07-05 19:55:23 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-07-05 19:55:23 +0100 |
commit | 55d0838487f45b73cef7646c298e9ba4559dd4cb (patch) | |
tree | 78a517c780f65c72df1f7b73c05746b2123b1243 /Makefile.am | |
parent | 68422fedfe7d5db35bbb12a6ac765a7507fd6ff5 (diff) | |
download | pykolab-55d0838487f45b73cef7646c298e9ba4559dd4cb.tar.gz |
Add directories to create
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 25b09fb..45ce2f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -153,7 +153,9 @@ execdir = $(sbindir) install-exec-local: mkdir -p $(DESTDIR)/$(sbindir) $(DESTDIR)/$(bindir) \ - $(DESTDIR)/$(libexecdir)/postfix + $(DESTDIR)/$(libexecdir)/postfix \ + $(DESTDIR)/$(localstatedir)/lib/kolab \ + $(DESTDIR)/$(localstatedir)/log/kolab $(INSTALL) -p -m 755 conf.py $(DESTDIR)/$(sbindir)/kolab-conf $(INSTALL) -p -m 755 kolab.py $(DESTDIR)/$(sbindir)/kolab $(INSTALL) -p -m 755 kolabd.py $(DESTDIR)/$(sbindir)/kolabd |