diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-04 19:45:54 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-04 19:57:42 (EST) |
commit | 498c84852356cee52c9c8bfe3dbf61cde3abce31 (patch) | |
tree | fa513a6a403aaad2d39d6a41b30de2c626034d46 | |
parent | 417508f38bd3077b96e98bdb11e5a978ed2351b7 (diff) |
source.mk: Ensure ../src/ exists
-rw-r--r-- | source.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ upstream_path = lib/ckfw/builtins/certdata.txt upstream_url = $(upstream_base)/$(upstream_tag)/$(upstream_path) ../src/certdata.txt: + mkdir -p ../src/ wget -O ../src/certdata.txt "$(upstream_url)" source: ../src/certdata.txt |