From eceba6932ce45141e48de7793d482d95480b021d Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Mon, 7 Oct 2019 21:20:39 +1100 Subject: [PATCH] Fix date in dist filename --- src/ifcblenderexport/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcblenderexport/Makefile b/src/ifcblenderexport/Makefile index 4c71177426..03351fb8af 100644 --- a/src/ifcblenderexport/Makefile +++ b/src/ifcblenderexport/Makefile @@ -9,7 +9,7 @@ endif cd dist && unzip ifcblender* cp -r io_export_ifc dist/ cp -r dist/io_import_scene_ifc/ifcopenshell dist/io_export_ifc/ - cd dist && zip -r blender28-bim-$(date '+%y%m%d')-$(PLATFORM).zip io_export_ifc io_import_scene_ifc + cd dist && zip -r blender28-bim-`date '+%y%m%d'`-$(PLATFORM).zip io_export_ifc io_import_scene_ifc cd dist && rm -rf io_* && rm ifcblender-python-37-v0.6.0-b4ce5be-$(PLATFORM)64.zip .PHONY: clean