@@ -39,11 +39,13 @@ cp $< $@ chmod a+x $@ # install dashboard as dboard so wrapper script can be called dashboard $(PREFIX)/bin/dboard : dashboard $(FILES) - cp dashboard $(PREFIX)/bin/dboard + cp dboard $(PREFIX)/bin/dboard + utils/mk_dashboard_wrapper $(PREFIX) > $(PREFIX)/bin/dashboard + chmod a+x $(PREFIX)/bin/dashboard utils/mk_dashboard_wrapper $(PREFIX) > $(PREFIX)/bin/dashboard chmod a+x $(PREFIX)/bin/dashboard install : $(PREFIX)/bin/megatest $(PREFIX)/bin/dboard $(PREFIX)/bin/dashboard $(HELPERS)