diff options
| author | Michael Forney <mforney@mforney.org> | 2018-04-10 16:36:09 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-05-10 12:17:02 -0700 |
| commit | 6e3e79ebdcf003f32bdad32bb2cbe2db69aa9438 (patch) | |
| tree | c0129b81637eb914b6cc68c7df45eb9edc0f3a9b /pkg/openbsd/fetch.sh | |
| parent | e2522b737e6be889c7c3aa4eeb2523f326218b63 (diff) | |
openbsd: Build m4
Diffstat (limited to 'pkg/openbsd/fetch.sh')
| -rw-r--r-- | pkg/openbsd/fetch.sh | 22 |
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/* |
