/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Teddy Hogeborn
  • Date: 2013-10-27 17:42:23 UTC
  • Revision ID: teddy@recompile.se-20131027174223-mq3a1h8xi5jcv9e6
Bug fix: Make sure systemd service file is installed.

* Makefile (install-server): Fix typo causing syntax error.
* debian/mandos.dirs (lib/systemd/system): New.

Show diffs side-by-side

added added

removed removed

Lines of Context:
310
310
        install --mode=u=rwx,go=rx init.d-mandos \
311
311
                $(DESTDIR)/etc/init.d/mandos
312
312
        if [ "$(SYSTEMD)" != "$(DESTDIR)" -a -d "$(SYSTEMD)" ]; then \
313
 
                install --mode=u=rw,go=r mandos.service $(SYSTEMD) \
 
313
                install --mode=u=rw,go=r mandos.service $(SYSTEMD); \
314
314
        fi
315
315
        install --mode=u=rw,go=r default-mandos \
316
316
                $(DESTDIR)/etc/default/mandos