summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHongjun Ni <hongjun.ni@intel.com>2019-02-26 06:47:35 +0000
committerGerrit Code Review <gerrit@fd.io>2019-02-26 06:47:35 +0000
commit33e1134f22e57f5c1d55ed4692f2f1003b289ea3 (patch)
treea9599f97d76cfcaebfe08cd1e26511a01fd95adc /Makefile
parent8f77b97e4c02e6f1c87009fd2a36e63cb142e53f (diff)
parent0427b55f0bd3dbbc78c3eac71bdce7864c7a9ac8 (diff)
Merge "In vpp master(now is 19.04) branch newest deb package, the name has changed"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a9849ba..079ba4a 100644
--- a/Makefile
+++ b/Makefile
@@ -181,7 +181,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-plugins 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)