Skip to content

Commit

Permalink
fix changing path issue in build_p4sde.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Lam committed Jun 8, 2022
1 parent e743d09 commit 44572c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/networking/scripts/build_p4sde.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ cd p4-driver
git checkout 780b3dfa205815e87f4580383cc37bfa30187f7c

pip3 install distro
cd p4-driver/tools/setup
cd ./tools/setup
if [ "${OS}" = "Ubuntu" ]; then
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
fi
Expand Down

0 comments on commit 44572c3

Please sign in to comment.