X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Makefile;h=71df92b935e1d955a0c596da784ed73a564275db;hb=16161f54955fda7bf71e3d8bc9ffc192b98f5a4f;hp=782bad9ccb962e3a287772f57d62a135ccac577e;hpb=c02230bbe0112a1dea639a5c52ee6db6d446dfea;p=monkeysphere.git diff --git a/Makefile b/Makefile index 782bad9..71df92b 100755 --- a/Makefile +++ b/Makefile @@ -53,7 +53,8 @@ install: all installman install src/monkeysphere src/keytrans/openpgp2ssh src/keytrans/pem2openpgp $(DESTDIR)$(PREFIX)/bin install src/monkeysphere-host src/monkeysphere-authentication $(DESTDIR)$(PREFIX)/sbin install -m 0644 src/share/common $(DESTDIR)$(PREFIX)/share/monkeysphere - install -m 0644 src/transitions/* $(DESTDIR)$(PREFIX)/share/monkeysphere/transitions + install -m 0744 src/transitions/* $(DESTDIR)$(PREFIX)/share/monkeysphere/transitions + install -m 0644 src/transitions/README.txt $(DESTDIR)$(PREFIX)/share/monkeysphere/transitions install -m 0644 src/share/m/* $(DESTDIR)$(PREFIX)/share/monkeysphere/m install -m 0644 src/share/mh/* $(DESTDIR)$(PREFIX)/share/monkeysphere/mh install -m 0644 src/share/ma/* $(DESTDIR)$(PREFIX)/share/monkeysphere/ma