summaryrefslogtreecommitdiff
path: root/pkg/openbsd/fetch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/openbsd/fetch.sh')
-rw-r--r--pkg/openbsd/fetch.sh22
1 files changed, 12 insertions, 10 deletions
diff --git a/pkg/openbsd/fetch.sh b/pkg/openbsd/fetch.sh
index 8350bd3a..48730f6b 100644
--- a/pkg/openbsd/fetch.sh
+++ b/pkg/openbsd/fetch.sh
@@ -15,16 +15,18 @@ if ! sha256sum -c sha256 2>/dev/null ; then
fi
zcat src.tar.gz | pax -r -s '/^/src\//' \
- 'bin/pax/*' \
- 'include/*' \
- 'lib/libc/*' \
- 'lib/libcrypto/arc4random/*' \
- 'usr.bin/diff/*' \
- 'usr.bin/doas/*' \
- 'usr.bin/fmt/*' \
- 'usr.bin/nc/*' \
- 'usr.bin/patch/*' \
- 'usr.bin/yacc/*'
+ 'bin/pax/*' \
+ 'include/*' \
+ 'lib/libc/*' \
+ 'lib/libcrypto/arc4random/*' \
+ 'lib/libutil/*' \
+ 'usr.bin/diff/*' \
+ 'usr.bin/doas/*' \
+ 'usr.bin/fmt/*' \
+ 'usr.bin/m4/*' \
+ 'usr.bin/nc/*' \
+ 'usr.bin/patch/*' \
+ 'usr.bin/yacc/*'
zcat sys.tar.gz | pax -r -s '/^/src\//' 'sys/sys/*'
git apply -v --whitespace=nowarn --directory "$dir/src" patch/*