summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/linux-headers/fetch.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/linux-headers/fetch.sh b/pkg/linux-headers/fetch.sh
index 0866f9b7..5c277d62 100644
--- a/pkg/linux-headers/fetch.sh
+++ b/pkg/linux-headers/fetch.sh
@@ -17,9 +17,9 @@ fi
read -r _ archive <sha256
sh "$OLDPWD/scripts/extract.sh" "$archive" -s ',^[^/]*,src,' \
'linux-*/Makefile' \
- 'linux-*/arch/*/include/uapi' \
- 'linux-*/arch/*/syscalls' \
- 'linux-*/include/uapi' \
+ 'linux-*/arch/*/include/uapi/' \
+ 'linux-*/arch/*/entry/syscalls/' \
+ 'linux-*/include/uapi/' \
'linux-*/scripts/unifdef.c'
if [ -d patch ] ; then