From f4e29f376d5f873252e3552e2b7d48969436a024 Mon Sep 17 00:00:00 2001 From: haopengxiang Date: Tue, 31 Jan 2023 11:51:22 +0800 Subject: [PATCH] netutils/cjson: fix unpackage error when local gerrit does not exist Signed-off-by: haopengxiang --- netutils/cjson/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/netutils/cjson/Makefile b/netutils/cjson/Makefile index f942218a6..0af762961 100644 --- a/netutils/cjson/Makefile +++ b/netutils/cjson/Makefile @@ -55,6 +55,7 @@ $(CJSON_TARBALL): $(CJSON_UNPACKNAME): $(CJSON_TARBALL) @echo "Unpacking: $(CJSON_TARBALL) -> $(CJSON_UNPACKNAME)" $(Q) $(UNPACK) $(CJSON_TARBALL) + $(Q) mv cJSON-$(CJSON_VERSION) $(CJSON_UNPACKNAME) $(Q) touch $(CJSON_UNPACKNAME) endif