logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 13519fb0bf280802b275873ea1412ec3acd3182e
parent 93722c2dbe45f14acb13d118684244c3c0860fa1
Author: Michael Forney <mforney@mforney.org>
Date:   Tue,  4 May 2021 22:34:28 -0700

Revert "openbsd: Fix fetch script sys.tar.gz patterns"

This reverts commit 24300b75545012690c10cb625299d2a93d32d6bb.

These no longer use the ./ prefix in 6.9.

Diffstat:

Mpkg/openbsd/fetch.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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/*