summaryrefslogtreecommitdiff
path: root/pkg/openbsd/fetch.sh
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2018-04-10 16:36:09 -0700
committerMichael Forney <mforney@mforney.org>2018-05-10 12:17:02 -0700
commit6e3e79ebdcf003f32bdad32bb2cbe2db69aa9438 (patch)
treec0129b81637eb914b6cc68c7df45eb9edc0f3a9b /pkg/openbsd/fetch.sh
parente2522b737e6be889c7c3aa4eeb2523f326218b63 (diff)
openbsd: Build m4
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/*