aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrenfong.wang <drenfong.wang@intel.com>2019-02-12 09:03:15 +0000
committerdrenfong.wang <drenfong.wang@intel.com>2019-02-12 09:03:15 +0000
commit20f37388a266773f54ae429f9416d96cd5ebe184 (patch)
tree75f4f648415994db8d8b40b904b4ae1a67ec7497
parent8d5cb024aba0950fd7713b829f3c0cef51a6c59b (diff)
correct libvppinfra name in 19.04/ubuntu
Change-Id: I23976a844a80198c566f047e9fa7ed615c6b75ed Signed-off-by: drenfong.wang <drenfong.wang@intel.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3541ce5..d5cc51a 100644
--- a/Makefile
+++ b/Makefile
@@ -175,7 +175,7 @@ install-vpp:
@echo "please install vpp as vpp's guide from source if failed"
ifeq ($(PKG),deb)
# @curl -s https://packagecloud.io/install/repositories/fdio/release/script.deb.sh | sudo bash
- @sudo -E apt-get $(CONFIRM) $(FORCE) install vpp vpp-lib vpp-plugin-* vpp-dev
+ @sudo -E apt-get $(CONFIRM) $(FORCE) install vpp libvppinfra* vpp-plugin-* vpp-dev
else ifeq ($(PKG),rpm)
# @curl -s https://packagecloud.io/install/repositories/fdio/release/script.rpm.sh | sudo bash
ifeq ($(OS_ID),centos)