From f2ca7b8bc7f39918f4f3748788b672a9c15271ad Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Mon, 15 Jun 2020 10:22:10 -0700 Subject: [PATCH] fix release copy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc39bde..6248c0a 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ image: .PHONY: build build: $(contain) build - cp -R build/buildroot/output/images/* release/* + cp -R build/buildroot/output/images/* release/ .PHONY: fetch fetch: