From ca3e7960ea2abb9e448610c633dc92d7786ce8ab Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Fri, 24 Feb 2023 13:30:28 -0800 Subject: [PATCH] remove 'out/' prefix in manifest.txt --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2569eba..049e317 100644 --- a/Makefile +++ b/Makefile @@ -153,7 +153,7 @@ $(OUT_DIR)/manifest.txt: | $(OUT_DIR) -type f \ -not -path "$(OUT_DIR)/manifest.txt" \ -exec openssl sha256 -r {} \; \ - | sed -e 's/ \*/ /g' -e 's/ \.\// /g' \ + | sed -e 's/ \*out\// /g' -e 's/ \.\// /g' \ | LC_ALL=C sort -k2 \ > $@