remove 'out/' prefix in manifest.txt

This commit is contained in:
Lance Vick 2023-02-24 13:30:28 -08:00
parent 8b98574565
commit ca3e7960ea
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 1 additions and 1 deletions

View File

@ -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 \
> $@