mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-12 21:34:47 +02:00
7 lines
187 B
Lua
7 lines
187 B
Lua
-- TODO: this feels a bit hacky
|
|
local cacert = basedir..'/'..config.distdir..'/cacert.pem'
|
|
build('phony', cacert, '$dir/fetch')
|
|
file('share/cacert/cert.pem', '644', cacert)
|
|
|
|
fetch 'curl'
|