From: Daniel Kahn Gillmor Date: Thu, 19 Feb 2009 07:19:04 +0000 (-0500) Subject: install the transition scripts as executable by the superuser. X-Git-Tag: monkeysphere_0.23~56^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4bec9e4ddb9ff67d9d0bf3da2f906496e43e0742;p=monkeysphere.git install the transition scripts as executable by the superuser. --- diff --git a/Makefile b/Makefile index 782bad9..fc608d2 100755 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ 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/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