summaryrefslogtreecommitdiff
path: root/pkg/openbsd/fetch.sh
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-10-17 21:44:27 -0700
committerMichael Forney <mforney@mforney.org>2019-10-17 21:49:17 -0700
commit2cc03eb01ea37c95618c935df5e32da26dd49195 (patch)
tree8b09de532bec0938aa5b486f406fe4c3be38762a /pkg/openbsd/fetch.sh
parent307c22e46d1a5613210ccb8e9b7ea5bcb0cc601a (diff)
openbsd: Update to 6.6
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 27b3025d..63e73d76 100644
--- a/pkg/openbsd/fetch.sh
+++ b/pkg/openbsd/fetch.sh
@@ -29,6 +29,6 @@ zcat src.tar.gz | ${PAXREAD:-pax -r} -s ',^,src/,' \
'usr.bin/rsync/*' \
'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/*