diff options
| author | Michael Forney <mforney@mforney.org> | 2021-05-04 22:34:28 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-05-04 22:34:28 -0700 |
| commit | 13519fb0bf280802b275873ea1412ec3acd3182e (patch) | |
| tree | 3b9320cd1ef40e9b4819a5d689b1e1cff315cf14 /pkg/openbsd | |
| parent | 93722c2dbe45f14acb13d118684244c3c0860fa1 (diff) | |
Revert "openbsd: Fix fetch script sys.tar.gz patterns"
This reverts commit 24300b75545012690c10cb625299d2a93d32d6bb.
These no longer use the ./ prefix in 6.9.
Diffstat (limited to 'pkg/openbsd')
| -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 de53d713..bff225ed 100644 --- a/pkg/openbsd/fetch.sh +++ b/pkg/openbsd/fetch.sh @@ -29,6 +29,6 @@ sh "$OLDPWD/scripts/extract.sh" src.tar.gz -s ',^,src/,' \ 'usr.bin/rsync/*' \ 'usr.bin/yacc/*' \ 'usr.sbin/acme-client/*' -sh "$OLDPWD/scripts/extract.sh" sys.tar.gz -s ',^,src/,' './sys/sys/*' +sh "$OLDPWD/scripts/extract.sh" sys.tar.gz -s ',^,src/,' 'sys/sys/*' git apply -v --whitespace=nowarn --directory "$dir/src" patch/* |
