diff options
| author | Bruno Ribas <brunoribas@gmail.com> | 2017-08-31 12:05:30 +0000 |
|---|---|---|
| committer | Bruno Ribas <brunoribas@gmail.com> | 2017-08-31 12:05:30 +0000 |
| commit | 0b20c0fececc545e770c27683c28502ccbbf71be (patch) | |
| tree | 70425cd0d4a295a218f57aa28bec833452e7f056 | |
| parent | 66c33de60aa323a333f3b169355a06cd49e7cfeb (diff) | |
| download | boca-0b20c0fececc545e770c27683c28502ccbbf71be.tar.gz boca-0b20c0fececc545e770c27683c28502ccbbf71be.zip | |
Makefile: Installs boca-checkinternet
Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,4 +46,5 @@ install-submission-tools: tools/boca-submit-run-root-wrapper 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/ + install tools/boca-checkinternet $(DESTDIR)/usr/sbin/ chmod 4555 $(DESTDIR)/usr/bin/boca-submit-run-root-wrapper |