From 772468d1ec9b96eae0abaf6c0e4fd42f51ff33ab Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Thu, 19 Mar 2020 10:41:07 +1100 Subject: [PATCH] Minor fix --- src/ifcblenderexport/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcblenderexport/Makefile b/src/ifcblenderexport/Makefile index 0b093f5730..0f76c61f02 100644 --- a/src/ifcblenderexport/Makefile +++ b/src/ifcblenderexport/Makefile @@ -33,7 +33,7 @@ endif cp -r dist/working/io_import_scene_ifc/ifcopenshell dist/ # See bug #812 cd dist/working && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/ifcblenderexport/occ_utils.py - cd dist/working && mv occ_utils.py ifcopenshell/geom/occ_utils.py + cd dist/working && mv occ_utils.py ../ifcopenshell/geom/occ_utils.py rm -rf dist/working mkdir dist/working