diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 02:33:53 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 02:33:53 -0500 |
commit | 2ab50bee3f2cc4030cb4555b6c9644e3c206141e (patch) | |
tree | 232e92dce3424be85d8388e8828c5a8024bfcb6c /Makefile | |
parent | 4bf3771e74fbc352cf385afd6c2ee897e702e45b (diff) |
fix call to transition script in postinst script, and fix lintian error about transitions README
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,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 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 |