From 79f4b1ed5c3d94ef41d4b1ed39172a1f1dc2ea80 Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Tue, 14 Apr 2020 12:32:39 +0200 Subject: [PATCH] Let find-collisions.py be installed --- hook/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hook/Makefile b/hook/Makefile index 5348560..8f89cba 100644 --- a/hook/Makefile +++ b/hook/Makefile @@ -1,5 +1,5 @@ DEST=/srv/mffzoom/hook install: - cp hook.wsgi $(DEST)/ + cp hook.wsgi find-collisions.py $(DEST)/ touch $(DEST)/force-reload -- GitLab