Skip to content

Commit

Permalink
git am command must use a path which is one level higher
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszGrabuszynski committed Nov 5, 2024
1 parent 633afae commit e141e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build_dpdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ git checkout v"$dpdk_ver"
git switch -c v"$dpdk_ver"

# apply the patches
git am ../patches/dpdk/"$dpdk_ver"/*.patch
git am ../../patches/dpdk/"$dpdk_ver"/*.patch

# build and install dpdk now
meson build
Expand Down

0 comments on commit e141e14

Please sign in to comment.