diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-06 10:11:59 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-06 10:11:59 +0300 |
commit | da6a225e31e3ad49b7355ec78d94b2796585a8c8 (patch) | |
tree | 08d883f5bfa73d00ad7c69d3bb0ee896aa426462 /extra/pax/build | |
parent | 0e70ac493f694b0305f365be87bb75d047f07973 (diff) | |
download | repository-da6a225e31e3ad49b7355ec78d94b2796585a8c8.tar.gz |
pax: bump to 20200904
Diffstat (limited to 'extra/pax/build')
-rwxr-xr-x | extra/pax/build | 2 |
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}" \ |