diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-08-11 15:21:26 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-08-11 15:21:26 +0000 |
| commit | 2335bd3439bba04867b91ceae7abd36b5a913129 (patch) | |
| tree | 60f0ecbea15ca8b58129a1483e91b94fa589785c /Makefile | |
| parent | 2ae0bfc9da1edd95caa6f6102269b98ac277e7a7 (diff) | |
| download | boca-2335bd3439bba04867b91ceae7abd36b5a913129.tar.gz boca-2335bd3439bba04867b91ceae7abd36b5a913129.zip | |
fix to package scripts
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,12 +12,12 @@ install-bocawww: install-bocaapache: install-bocawww mkdir -p $(DESTDIR)/etc/apache2/sites-enabled/ - cp tools/etc/apache2/conf.d/boca $(DESTDIR)/etc/apache2/sites-enabled/000-boca.conf + cp tools/000-boca.conf $(DESTDIR)/etc/apache2/sites-enabled/000-boca.conf install-scripts: mkdir -p $(DESTDIR)/usr/sbin/ install tools/dump.sh $(DESTDIR)/usr/sbin/boca-dump - install tools/etc/icpc/createbocajail.sh $(DESTDIR)/usr/sbin/boca-createjail + install tools/boca-createjail $(DESTDIR)/usr/sbin/boca-createjail install tools/boca-createdb.sh $(DESTDIR)/usr/sbin/boca-createdb install tools/boca-autojudge.sh $(DESTDIR)/usr/sbin/boca-autojudge install tools/boca-config-dbhost.sh $(DESTDIR)/usr/sbin/boca-config-dbhost |