From 6e3e79ebdcf003f32bdad32bb2cbe2db69aa9438 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 10 Apr 2018 16:36:09 -0700 Subject: openbsd: Build m4 --- pkg/openbsd/fetch.sh | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'pkg/openbsd/fetch.sh') 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/* -- cgit v1.2.3