aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCassio de Campos <cassiopc@gmail.com>2017-08-11 15:21:26 +0000
committerCassio de Campos <cassiopc@gmail.com>2017-08-11 15:21:26 +0000
commit2335bd3439bba04867b91ceae7abd36b5a913129 (patch)
tree60f0ecbea15ca8b58129a1483e91b94fa589785c /Makefile
parent2ae0bfc9da1edd95caa6f6102269b98ac277e7a7 (diff)
downloadboca-2335bd3439bba04867b91ceae7abd36b5a913129.tar.gz
boca-2335bd3439bba04867b91ceae7abd36b5a913129.zip
fix to package scripts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 512e813..17a27b4 100644
--- a/Makefile
+++ b/Makefile
@@ -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