/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: 2008-09-13 15:36:18 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080913153618-atp386q2bqj0ku99
* Makefile (install-client-nokey): Do "&&" instead of ";" to catch
                                   errors.

* README: Kill the straight quotes.  Add copyright notice.

* overview.xml: Improved wording.

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
                $(PREFIX)/lib/mandos/plugins.d
173
173
        if [ "$(CONFDIR)" != "$(PREFIX)/lib/mandos" ]; then \
174
174
                install --mode=u=rwx \
175
 
                        --directory "$(CONFDIR)/plugins.d"; \
 
175
                        --directory "$(CONFDIR)/plugins.d" && \
176
176
                install --mode=u=rw,go=r etc-plugins.d-README \
177
177
                        $(CONFDIR)/plugins.d/README ; \
178
178
        fi