patches for DPDK stable branches
 help / color / mirror / Atom feed
* [scripts] 4-final-review: look for rte_version.h in new directory too
@ 2022-07-19 10:36 luca.boccassi
  0 siblings, 0 replies; only message in thread
From: luca.boccassi @ 2022-07-19 10:36 UTC (permalink / raw)
  To: stable; +Cc: Luca Boccassi

From: Luca Boccassi <bluca@debian.org>

Signed-off-by: Luca Boccassi <bluca@debian.org>
---
 4-final-review | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/4-final-review b/4-final-review
index 4aa4a75..9eab987 100755
--- a/4-final-review
+++ b/4-final-review
@@ -8,6 +8,8 @@ if [ -r "$DPDK_DIR/lib/librte_eal/include/rte_version.h" ]; then
 	VERSION_HEADER="$DPDK_DIR/lib/librte_eal/include/rte_version.h"
 elif [ -r "$DPDK_DIR/lib/librte_eal/common/include/rte_version.h" ]; then
 	VERSION_HEADER="$DPDK_DIR/lib/librte_eal/common/include/rte_version.h"
+elif [ -r "$DPDK_DIR/lib/eal/include/rte_version.h" ]; then
+	VERSION_HEADER="$DPDK_DIR/lib/eal/include/rte_version.h"
 else
 	echo "Cannot find rte_version.h"
 	exit 1
-- 
2.34.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-19 10:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-19 10:36 [scripts] 4-final-review: look for rte_version.h in new directory too luca.boccassi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).