diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-11-09 12:08:12 +0000 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-11-09 12:08:12 +0000 |
commit | 546e58a0627395a03d7532194103564d3349f4d5 (patch) | |
tree | e261918c88a5e68a670cdbbbbb7749b0b527a329 /kolabd/Makefile.am | |
parent | bf9893f6d338f5dccd7e9cae9b682390c2eaaf4e (diff) | |
download | pykolab-546e58a0627395a03d7532194103564d3349f4d5.tar.gz |
Install sysvinit rc scripts for kolabd and kolab-saslauthd
Diffstat (limited to 'kolabd/Makefile.am')
-rw-r--r-- | kolabd/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kolabd/Makefile.am b/kolabd/Makefile.am index 7d40cb0..fa79899 100644 --- a/kolabd/Makefile.am +++ b/kolabd/Makefile.am @@ -1,2 +1,8 @@ +EXTRA_DIST = kolabd.sysvinit + kolabddir = $(pythondir)/kolabd kolabd_PYTHON = $(wildcard *.py) + +install-exec-local: + mkdir -p $(DESTDIR)/$(sbindir) + $(INSTALL) -p -m 755 kolabd.py $(DESTDIR)/$(sbindir)/kolabd |