summaryrefslogtreecommitdiff
path: root/pkg/openbsd/fetch.sh
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-04-28 00:35:35 -0700
committerMichael Forney <mforney@mforney.org>2019-04-28 00:35:35 -0700
commitb629feda212a0fef12518cd927b30f942e8f4ff3 (patch)
treec357f1dea34b11ff2169dfb68e9b285edcabcc5a /pkg/openbsd/fetch.sh
parent2d407d8fcb0c8230a66668d49c2008fecfe2df2b (diff)
openbsd: Update to 6.5
Diffstat (limited to 'pkg/openbsd/fetch.sh')
-rw-r--r--pkg/openbsd/fetch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/openbsd/fetch.sh b/pkg/openbsd/fetch.sh
index bd9e2061..cc9bdb41 100644
--- a/pkg/openbsd/fetch.sh
+++ b/pkg/openbsd/fetch.sh
@@ -28,6 +28,6 @@ zcat src.tar.gz | ${PAXREAD:-pax -r} -s ',^,src/,' \
'usr.bin/patch/*' \
'usr.bin/yacc/*' \
'usr.sbin/acme-client/*'
-zcat sys.tar.gz | ${PAXREAD:-pax -r} -s ',^,src/,' 'sys/sys/*'
+zcat sys.tar.gz | ${PAXREAD:-pax -r} -s ',^[^/]*,src,' './sys/sys/*'
git apply -v --whitespace=nowarn --directory "$dir/src" patch/*