From 5454521c2a7163b02e550dd47e90a005e6da2e0e Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sat, 21 Mar 2020 00:25:26 +0100 Subject: [PATCH] Minor fix --- src/ifcblenderexport/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ifcblenderexport/Makefile b/src/ifcblenderexport/Makefile index 7b05c886e5..b69ef91c55 100644 --- a/src/ifcblenderexport/Makefile +++ b/src/ifcblenderexport/Makefile @@ -113,7 +113,7 @@ endif mkdir dist/working cd dist/working && wget https://files.pythonhosted.org/packages/82/c3/534ddba230bd4fbbd3b7a3d35f3341d014cca213f369a9940925e7e5f691/pytz-2019.3.tar.gz cd dist/working && tar -xzvf pytz* - cp -r dist/working/pyparsing-2019.3/pytz dist/ + cp -r dist/working/pytz-2019.3/pytz dist/ rm -rf dist/working mkdir dist/working @@ -159,6 +159,12 @@ endif rm -rf dist/jsonpickle rm -rf dist/ordered_set.py rm -rf dist/pyparsing.py + rm -rf dist/bcfplugin + rm -rf dist/dateutil + rm -rf dist/elementpath + rm -rf dist/pytz + rm -rf dist/six.py + rm -rf dist/xmlschema rm -rf dist/ifcdiff.py ifneq ($(PLATFORM), win) rm -rf dist/lib