Skip to content

Commit 845b02c

Browse files
committed
Makefile: Temporary workaround for tool/fsf-api mismatch
We can revert this commit once the FSF API is versioned [1] and the tools are updated [2]. [1]: wking/fsf-api#10 [2]: spdx#593 (comment)
1 parent 9a8648f commit 845b02c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ spdx-tools-%.jar-valid: spdx-tools-%.jar.asc spdx-tools-%.jar goneall.gpg
2121
mkdir -p $@
2222

2323
resources/licenses-full.json: resources
24-
curl -L https://wking.github.io/fsf-api/licenses-full.json >$@
24+
echo '{}' >$@
25+
# the 2.1.8 tools choke on the current live version.
26+
# https://github.com/wking/fsf-api/pull/9
27+
# https://github.com/wking/fsf-api/pull/10
2528

2629
resources:
2730
mkdir -p $@

0 commit comments

Comments
 (0)