From 0bef6e297b535d41e1bab327b398c379f78f79ea Mon Sep 17 00:00:00 2001 From: kba Date: Wed, 5 Nov 2025 15:19:16 +0100 Subject: [PATCH] make models: unzip to the versioned directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c79304..f9e2d79 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ $(EYNOLLAH_MODELS_ZIP): $(WGET) $@ $(EYNOLLAH_MODELS_URL) $(EYNOLLAH_MODELS_DIR): $(EYNOLLAH_MODELS_ZIP) - unzip $< + mkdir -p $@; cd $@; unzip ../$< build: $(PIP) install build