From 43dc2da05f3ca5c70d68b7abf5a8f084ed0d2c09 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Thu, 29 Sep 2022 15:43:19 +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 bdf9b21d98..0cdceb82ac 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -319,7 +319,7 @@ endif # Required by QTOCalculator mkdir dist/working cd dist/working && wget https://files.pythonhosted.org/packages/b5/9a/625d4fc91ef85873801a16700840786117df4c016162a4532c998a7fe6bc/Shapely-1.8.4.tar.gz - cd dist/working && tar -xzvf shapely* + cd dist/working && tar -xzvf Shapely* cp -r dist/working/Shapely-1.8.4/shapely dist/blenderbim/libs/site/packages/ rm -rf dist/working