diff options
| author | Michael Forney <mforney@mforney.org> | 2019-03-18 15:01:54 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-03-19 00:52:21 -0700 |
| commit | 02b6145e1946b99f8c939dab3f4db81b9259f85a (patch) | |
| tree | be8773273e5017e9652f2e7c41dc3028fe71e794 /pkg/openbsd/fetch.sh | |
| parent | 638a869d2c7ada3ed7a33c19ed269d19989c708f (diff) | |
Use acme-client from openbsd
The portable version is no longer maintained.
Diffstat (limited to 'pkg/openbsd/fetch.sh')
| -rw-r--r-- | pkg/openbsd/fetch.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/openbsd/fetch.sh b/pkg/openbsd/fetch.sh index dfbe46e4..bd9e2061 100644 --- a/pkg/openbsd/fetch.sh +++ b/pkg/openbsd/fetch.sh @@ -26,7 +26,8 @@ zcat src.tar.gz | ${PAXREAD:-pax -r} -s ',^,src/,' \ 'usr.bin/m4/*' \ 'usr.bin/nc/*' \ 'usr.bin/patch/*' \ - 'usr.bin/yacc/*' + 'usr.bin/yacc/*' \ + 'usr.sbin/acme-client/*' zcat sys.tar.gz | ${PAXREAD:-pax -r} -s ',^,src/,' 'sys/sys/*' git apply -v --whitespace=nowarn --directory "$dir/src" patch/* |
