From c79ef17a58f89c7a150b8c8a2484ff1529183984 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Fri, 7 Aug 2020 20:18:43 +1000 Subject: [PATCH] Minor fix --- src/ifcblenderexport/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcblenderexport/Makefile b/src/ifcblenderexport/Makefile index 0f2b87dc5e..c4c9b88c98 100644 --- a/src/ifcblenderexport/Makefile +++ b/src/ifcblenderexport/Makefile @@ -268,6 +268,7 @@ endif # Required by IFCPatch cd dist/blenderbim/libs/site/packages/ && mkdir recipes cd dist/blenderbim/libs/site/packages/recipes && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/ifcpatch/recipes/__init__.py + cd dist/blenderbim/libs/site/packages/recipes && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/ifcpatch/recipes/MergeProject.py cd dist/blenderbim/libs/site/packages/recipes && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/ifcpatch/recipes/OffsetObjectPlacements.py cd dist/blenderbim/libs/site/packages/recipes && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/ifcpatch/recipes/OffsetStoreyElevations.py cd dist/blenderbim/libs/site/packages/recipes && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/ifcpatch/recipes/RecycleNonRootedElements.py