commit | 9d8aae534090b4d29cc91e134509612b7dd60b0e | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Thu Mar 14 09:41:11 2019 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Thu Mar 14 09:41:11 2019 -0700 |
tree | b693569f104acb1d9258f049758ee0426371eb41 | |
parent | ecb2bf3b6e8f940d8fa43a69c32f54e48a4cc052 [diff] |
Use relative path for portcheck.sh Change-Id: I4acbfa453ef96d1fd9cfd652c30c6725bbd869b6
diff --git a/seba-in-a-box/Makefile b/seba-in-a-box/Makefile index 8921620..26c3e63 100644 --- a/seba-in-a-box/Makefile +++ b/seba-in-a-box/Makefile
@@ -51,7 +51,7 @@ siab-1.0: $(M)/seba-1.0.0 $(M)/siab $(M)/setup: - sudo $(WORKSPACE)/cord/automation-tools/scripts/portcheck.sh + sudo $(MAKEDIR)/../scripts/portcheck.sh mkdir -p $(M) sudo apt update sudo apt install -y httpie jq software-properties-common