From c9f3fc978c621479e761ca393d71d8387efbf52c Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Wed, 21 Aug 2024 21:19:27 -0700 Subject: [PATCH] EDGE: fix 1.40 build --- archive/EDGE/old/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive/EDGE/old/Makefile b/archive/EDGE/old/Makefile index a8efd8c..46ebe52 100644 --- a/archive/EDGE/old/Makefile +++ b/archive/EDGE/old/Makefile @@ -17,7 +17,7 @@ EDGE_OS_1.37.zip: directory cd $(TOPDIR)/EDGE_OS_1.37 && zip -r $(OUT)/$(BASE)/$@ * EDGE_OS_1.40.zip: directory - cd $(TOPDIR)/EDGE_OS_1.40.zip && zip -r $(OUT)/$(BASE)/$@ * + cd $(TOPDIR)/EDGE_OS_1.40 && zip -r $(OUT)/$(BASE)/$@ * EDGE_OS_1.41.zip: directory cd $(TOPDIR)/EDGE_OS_1.41 && zip -r $(OUT)/$(BASE)/$@ *