diff options
author | Matt Goins <mjgoins@openflows.com> | 2008-10-29 12:20:42 -0400 |
---|---|---|
committer | Matt Goins <mjgoins@openflows.com> | 2008-10-29 12:20:42 -0400 |
commit | 680d7340d29d16325eb991feb37885d6faa955e2 (patch) | |
tree | 928830b83f7b248c448ccc7309aaa45ceecba8ba /Makefile | |
parent | 1b6ebcddf8226ad4aa29da643060b6410030cf5d (diff) | |
parent | 6ed72efb63d7111acc7fb1f2e4f28757ad485b77 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,8 @@ install: all installman install src/monkeysphere-server $(DESTDIR)$(PREFIX)/sbin install -m 0644 src/common $(DESTDIR)$(PREFIX)/share/monkeysphere install doc/* $(DESTDIR)$(PREFIX)/share/doc/monkeysphere + install -m 0644 etc/gnupg-host.conf $(DESTDIR)$(ETCPREFIX)/etc/monkeysphere/gnupg-host.conf$(ETCSUFFIX) + install -m 0644 etc/gnupg-authentication.conf $(DESTDIR)$(ETCPREFIX)/etc/monkeysphere/gnupg-authentication.conf$(ETCSUFFIX) install -m 0644 etc/monkeysphere.conf $(DESTDIR)$(ETCPREFIX)/etc/monkeysphere/monkeysphere.conf$(ETCSUFFIX) install -m 0644 etc/monkeysphere-server.conf $(DESTDIR)$(ETCPREFIX)/etc/monkeysphere/monkeysphere-server.conf$(ETCSUFFIX) |