Skip to content

Commit

Permalink
Fix vendor-vmlinux-h for Busybox ar
Browse files Browse the repository at this point in the history
  • Loading branch information
hack3ric committed Jul 24, 2024
1 parent 4c68043 commit 1df3bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/vendor-vmlinux-h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ do_vendor() {
(
cd "out/$debian_arch"
[ -f "$debian_arch.deb" ] || curl -Lf "$url" >"$debian_arch.deb"
ar xf "$debian_arch.deb"
ar x "$debian_arch.deb"
tar xf data.*
)

Expand Down

0 comments on commit 1df3bad

Please sign in to comment.