X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Makefile;h=7d13c32dbb028ba7d3ac03d7381a2575e26e400c;hb=4665f8508b6bb2b20a424b7176768358d53c59df;hp=7db62e4f3d0fda22d62cfb2a27182d6a136aeb3a;hpb=d159b6be1862ab09f4a363b38515ff1f2f74a506;p=monkeysphere.git diff --git a/Makefile b/Makefile index 7db62e4..7d13c32 100755 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Makefile for monkeysphere -# (c) 2008-2009 Daniel Kahn Gillmor +# © 2008-2010 Daniel Kahn Gillmor # Licensed under GPL v3 or later MONKEYSPHERE_VERSION = `head -n1 packaging/debian/changelog | sed 's/.*(\([^-]*\)-.*/\1/'` @@ -58,6 +58,7 @@ install: all installman install src/monkeysphere-host src/monkeysphere-authentication $(DESTDIR)$(PREFIX)/sbin install -m 0644 src/share/common $(DESTDIR)$(PREFIX)/share/monkeysphere install -m 0644 src/share/defaultenv $(DESTDIR)$(PREFIX)/share/monkeysphere + install -m 0755 src/share/checkperms $(DESTDIR)$(PREFIX)/share/monkeysphere install -m 0755 src/share/keytrans $(DESTDIR)$(PREFIX)/share/monkeysphere ln -s ../share/monkeysphere/keytrans $(DESTDIR)$(PREFIX)/bin/pem2openpgp ln -s ../share/monkeysphere/keytrans $(DESTDIR)$(PREFIX)/bin/openpgp2ssh