From 20f37388a266773f54ae429f9416d96cd5ebe184 Mon Sep 17 00:00:00 2001 From: "drenfong.wang" Date: Tue, 12 Feb 2019 09:03:15 +0000 Subject: correct libvppinfra name in 19.04/ubuntu Change-Id: I23976a844a80198c566f047e9fa7ed615c6b75ed Signed-off-by: drenfong.wang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit 1.2.3-korg