summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-08-01 13:32:08 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-08-01 13:32:08 -0400
commitcd341f153d21960fa9727de48c6f6a6b2c9bc684 (patch)
tree4dfc92d91a749d0ddb48c3f0463dd219e3314e2f /Makefile
parentcb632251263ede89aca882f953fcb28dde88593b (diff)
switch to using new checkperms script.
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7db62e4..7ca73ef 100755
--- a/Makefile
+++ b/Makefile
@@ -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