Skip to content

Commit

Permalink
fixup! 403 fix maybe this time?
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Jan 31, 2025
1 parent edc1fd4 commit 428079d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/funcs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ define fetch_local_dir_sha256
$(build_TAR) -c -f $($(1)_source) -C $($(1)_local_dir) . && \
rm -f $($(1)_fetched); \
fi && \
if ! [ -f $($(1)_fetched) ]; then \
if ! [ -f $($(1)_fetched) ] || [ $($(1)_fetched) -ot $($(1)_source) ]; then \
mkdir -p $(dir $($(1)_fetched)) && \
$(build_SHA256SUM) $($(1)_source) > $($(1)_fetched); \
fi && \
Expand Down

0 comments on commit 428079d

Please sign in to comment.