aboutsummaryrefslogtreecommitdiffstats
path: root/dpdk
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2017-01-20 23:59:28 +0100
committerDave Barach <openvpp@barachs.net>2017-01-21 16:24:02 +0000
commit248968be0fd2ef4d19b6c6ce1b019670ee8b1025 (patch)
treeee69d6dfd981ef156b98c3fdfe8f65c17d47c84b /dpdk
parent926c706df90b4bc13990d6ed9128abf5ce874b14 (diff)
Fix cosmetic issue in dpdk/Makefile
Change-Id: I95684396e3dad53ddf7479467a36a5b68e5703cf Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'dpdk')
-rw-r--r--dpdk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpdk/Makefile b/dpdk/Makefile
index f6f90e0d..586d2425 100644
--- a/dpdk/Makefile
+++ b/dpdk/Makefile
@@ -252,7 +252,7 @@ endif
RPM_ARCH=$(shell rpm --eval "%{_arch}" 2> /dev/null)
DEV_RPM=vpp-dpdk-devel-$(DPDK_VERSION)-$(PKG_SUFFIX).$(RPM_ARCH).rpm
-INSTALLED_RPM_VER=$(shell rpm -q --queryformat '%{VERSION}-%{RELEASE}' vpp-dpdk-devel | grep -v "not inst")
+INSTALLED_RPM_VER=$(shell rpm -q --queryformat '%{VERSION}-%{RELEASE}' vpp-dpdk-devel 2> /dev/null | grep -v "not inst")
.PHONY: build-rpm install-rpm check-rpm