From a2db1d64c86435211e0978c3698b8f0707dac721 Mon Sep 17 00:00:00 2001 From: wes Date: Fri, 27 Jan 2017 18:56:58 -0500 Subject: [PATCH] update Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f67f799..a5d694c 100644 --- a/Makefile +++ b/Makefile @@ -25,5 +25,6 @@ install: cp -rT ./build /srv/http/build/; cp -rT ./build/scripts/ /srv/http/goal/scripts/; cp -rT ./build/styles/ /srv/http/goal/styles/; + ./build_venv.sh cp -rT ./venv /srv/http/build/venv; cp search.ini /srv/http/build/;