From f9d70fd51d2037338a4c2a345beafa196aa0bd2a Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sun, 21 Mar 2021 12:13:42 +1100 Subject: [PATCH] Whoops --- src/ifcblenderexport/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ifcblenderexport/Makefile b/src/ifcblenderexport/Makefile index 0479dc8a25..89a73f27e8 100644 --- a/src/ifcblenderexport/Makefile +++ b/src/ifcblenderexport/Makefile @@ -252,8 +252,8 @@ endif # See bug #1294 cd dist/working/ && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/ifcbimtester/patch/model_core.patch cd dist/working/ && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/ifcbimtester/patch/runner_util.patch - cd dist/working/ && patch ../../blenderbim/libs/site/packages/behave/model_core.py < model_core.patch - cd dist/working/ && patch ../../blenderbim/libs/site/packages/behave/runner_util.py < runner_util.patch + cd dist/working/ && patch ../blenderbim/libs/site/packages/behave/model_core.py < model_core.patch + cd dist/working/ && patch ../blenderbim/libs/site/packages/behave/runner_util.py < runner_util.patch rm -rf dist/working # Required by behave