summaryrefslogtreecommitdiff
path: root/pkg/openbsd/fetch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/openbsd/fetch.sh')
-rw-r--r--pkg/openbsd/fetch.sh3
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/*