Follow symlinks while building manifest.txt

This commit is contained in:
Jack Kearney 2023-02-24 16:56:39 -05:00
parent 2e67bce822
commit 64b677d235
No known key found for this signature in database
GPG Key ID: 1929C2481BEAC51B
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ $(OUT_DIR)/release.env: | $(OUT_DIR)
echo 'GIT_TIMESTAMP=$(GIT_TIMESTAMP)' >> $(OUT_DIR)/release.env
$(OUT_DIR)/manifest.txt: | $(OUT_DIR)
find $(OUT_DIR) \
find -L $(OUT_DIR) \
-type f \
-not -path "$(OUT_DIR)/manifest.txt" \
-exec openssl sha256 -r {} \; \