diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-11-09 15:26:44 +0000 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-11-09 15:26:44 +0000 |
commit | 4ff70ee8ecf15e96c59ac707a377ad01e873cbbc (patch) | |
tree | 29b6f8ec2c336c7bd87904a871de7586035d2580 /kolabd/Makefile.am | |
parent | 16c5b83ca5e6a67185a7d756d6172388c9ba2575 (diff) | |
download | pykolab-4ff70ee8ecf15e96c59ac707a377ad01e873cbbc.tar.gz |
Adjust sysvinit settings for kolabd and saslauthd
Diffstat (limited to 'kolabd/Makefile.am')
-rw-r--r-- | kolabd/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kolabd/Makefile.am b/kolabd/Makefile.am index 2154b86..95cd792 100644 --- a/kolabd/Makefile.am +++ b/kolabd/Makefile.am @@ -6,4 +6,5 @@ kolabddir = $(pythondir)/kolabd kolabd_PYTHON = $(wildcard *.py) install-exec-local: - mkdir -p $(DESTDIR)/$(sbindir) + mkdir -p $(DESTDIR)/$(sbindir) \ + $(DESTDIR)/$(localstatedir)/run/kolabd |