diff options
Diffstat (limited to 'resources/tools/report_gen')
-rwxr-xr-x | resources/tools/report_gen/run_report.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/report_gen/run_report.sh b/resources/tools/report_gen/run_report.sh index 2a88750464..2c85ac5723 100755 --- a/resources/tools/report_gen/run_report.sh +++ b/resources/tools/report_gen/run_report.sh @@ -9,7 +9,7 @@ STATIC_DIR_TESTPMD="${STATIC_DIR}/testpmd" STATIC_DIR_ARCH="${STATIC_DIR}/archive" CSS_PATCH_FILE="${STATIC_DIR}/theme_overrides.css" -sudo apt-get install -y libxml2 libxml2-dev libxslt-dev build-essential zlib1g-dev +sudo apt-get install -y libxml2 libxml2-dev libxslt1-dev build-essential zlib1g-dev # Clean-up when finished: trap 'rm -rf ${WORKING_DIR}; exit' EXIT |