From 2b34ca9eb78751addcfa651e1a22aad0d9d075ae Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sun, 4 Apr 2021 12:59:39 +1000 Subject: [PATCH] Minor fix --- src/blenderbim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index fdf9981bd5..4ee574bbe5 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -142,7 +142,7 @@ endif cd dist/working && unzip v0.6.0.zip # IfcOpenBot sometimes lags behind, so we hotfix the Python utilities cp -r dist/working/IfcOpenShell-0.6.0/src/ifcopenshell-python/ifcopenshell/util/* dist/blenderbim/libs/site/packages/ifcopenshell/util/ - cp -r dist/working/IfcOpenShell-0.6.0/src/ifcopenshell-python/ifcopenshell/api dist/blenderbim/libs/site/packages/ifcopenshell/api + cp -r dist/working/IfcOpenShell-0.6.0/src/ifcopenshell-python/ifcopenshell/api/* dist/blenderbim/libs/site/packages/ifcopenshell/api/ # Provides bcf functionality cp -r dist/working/IfcOpenShell-0.6.0/src/bcf/bcf dist/blenderbim/libs/site/packages/ # Provides IFCClash functionality