diff options
| author | Michael Forney <mforney@mforney.org> | 2019-04-28 00:35:35 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-04-28 00:35:35 -0700 |
| commit | b629feda212a0fef12518cd927b30f942e8f4ff3 (patch) | |
| tree | c357f1dea34b11ff2169dfb68e9b285edcabcc5a /pkg/openbsd/fetch.sh | |
| parent | 2d407d8fcb0c8230a66668d49c2008fecfe2df2b (diff) | |
openbsd: Update to 6.5
Diffstat (limited to 'pkg/openbsd/fetch.sh')
| -rw-r--r-- | pkg/openbsd/fetch.sh | 2 |
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/* |
