diff options
| author | Bruno Ribas <brunoribas@gmail.com> | 2017-08-18 03:09:32 +0000 |
|---|---|---|
| committer | Bruno Ribas <brunoribas@gmail.com> | 2017-08-18 03:09:32 +0000 |
| commit | 6d2ee7e53f3c9ca922c8715506e1f1b200a55738 (patch) | |
| tree | d87461e3406b6b8b43289042bf82859917f9d100 | |
| parent | 5dc3c75ee918e787a50541afb6b6d15221617b25 (diff) | |
| download | boca-6d2ee7e53f3c9ca922c8715506e1f1b200a55738.tar.gz boca-6d2ee7e53f3c9ca922c8715506e1f1b200a55738.zip | |
Makefile: Install boca-outmanage with boca-auth-run
Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,4 +43,5 @@ install-submission-tools: tools/boca-submit-run-root-wrapper install tools/cron-submit $(DESTDIR)/etc/cron.d/ install tools/cron-logroot $(DESTDIR)/etc/cron.d/ install tools/boca-submit-run-root-wrapper $(DESTDIR)/usr/bin/ + install tools/boca-outmanage $(DESTDIR)/usr/sbin/ chmod 4555 $(DESTDIR)/usr/bin/boca-submit-run-root-wrapper |