diff options
Diffstat (limited to 'pkg/linux-headers')
| -rw-r--r-- | pkg/linux-headers/fetch.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/linux-headers/fetch.sh b/pkg/linux-headers/fetch.sh index 94d70276..0d5f32d8 100644 --- a/pkg/linux-headers/fetch.sh +++ b/pkg/linux-headers/fetch.sh @@ -1,5 +1,4 @@ : "${SHA256SUM:=sha256sum}" -: "${PAXREAD:=pax -r}" set -e @@ -18,8 +17,7 @@ if ! $SHA256SUM -c sha256 2>/dev/null ; then fi read -r _ archive <sha256 - -xz -d -c "$archive" | $PAXREAD -s ',^[^/]*,src,' \ +sh "$OLDPWD/scripts/extract.sh" "$archive" -s ',^[^/]*,src,' \ 'linux-*/Makefile' \ 'linux-*/arch/*/include/uapi' \ 'linux-*/arch/*/syscalls' \ |
