aboutsummaryrefslogtreecommitdiff
path: root/extra/pax/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-06 10:11:59 +0300
committerCem Keylan <cem@ckyln.com>2020-09-06 10:11:59 +0300
commitda6a225e31e3ad49b7355ec78d94b2796585a8c8 (patch)
tree08d883f5bfa73d00ad7c69d3bb0ee896aa426462 /extra/pax/build
parent0e70ac493f694b0305f365be87bb75d047f07973 (diff)
downloadrepository-da6a225e31e3ad49b7355ec78d94b2796585a8c8.tar.gz
pax: bump to 20200904
Diffstat (limited to 'extra/pax/build')
-rwxr-xr-xextra/pax/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/pax/build b/extra/pax/build
index 7abd26f0..4c16b29a 100755
--- a/extra/pax/build
+++ b/extra/pax/build
@@ -1,6 +1,6 @@
#!/bin/sh -e
-sed -i '1i#include <sys/types.h>' pax.h
+sed -i '1i#include <sys/types.h>' pax.h compat.h
TARGET_OS=Linux \
CC="${CC:-cc}" \