From ba4d2dff7fbb40d5c64c0acc834ae8c18e650ada Mon Sep 17 00:00:00 2001 From: Nils <> Date: Fri, 1 Jan 2021 23:22:17 +0100 Subject: [PATCH] Remove hardcoded patroneo from makefile --- template/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/Makefile.in b/template/Makefile.in index 08a02ad..63b700a 100644 --- a/template/Makefile.in +++ b/template/Makefile.in @@ -11,7 +11,8 @@ all: | calfbox #Our Program mkdir -p build cd build && printf "prefix = \"$(PREFIX)\"" > compiledprefix.py - cp -r patroneo __main__.py engine qtgui sitepackages template build + #Only copy the needed files + cp -r "$(PROGRAM)" __main__.py engine qtgui sitepackages template build #We only need the installed calfbox in local sitepackages. The repo in template is full with build data anyway, don't zip that in. rm -rf build/template/calfbox #Clean all pycache in build