X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Makefile;h=7d13c32dbb028ba7d3ac03d7381a2575e26e400c;hb=92385288ff477cd3ac297be8dbc2763f802e0273;hp=7db62e4f3d0fda22d62cfb2a27182d6a136aeb3a;hpb=b5999e976516c0cbde5063635bf8bba74e7a18ad;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