diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-19 02:19:04 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-19 02:19:04 -0500 |
commit | 4bec9e4ddb9ff67d9d0bf3da2f906496e43e0742 (patch) | |
tree | 75c9d3c652f8f0db7a2c4bed0fb30edb14856097 | |
parent | 98dbe4834e52014acd968b96b9ad5f7dce9aa1af (diff) |
install the transition scripts as executable by the superuser.
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |