Skip to content

Commit 44572c3

Browse files
author
Andre Lam
committed
fix changing path issue in build_p4sde.sh
1 parent e743d09 commit 44572c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/networking/scripts/build_p4sde.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ cd p4-driver
6363
git checkout 780b3dfa205815e87f4580383cc37bfa30187f7c
6464

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

0 commit comments

Comments
 (0)