summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunfeng Wang <drenfong.wang@intel.com>2019-02-03 16:01:53 +0000
committerGerrit Code Review <gerrit@fd.io>2019-02-03 16:01:53 +0000
commit029bcfc075ab96473523f4825c5ffb79f2088bd8 (patch)
tree1c8965e320726b20c48c976aef02578546017bde /Makefile
parentfc39f94d8d599a5b0932cc7861f5ec8d3098e287 (diff)
parenta5e182da43b367b0ed4120771f4841366ec8d3b3 (diff)
Merge "comfirm for the installation of libavl"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0747b8f..b17e68e 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,7 @@ endif
else ifeq ($(OS_ID),centos)
@sudo -E yum install $(CONFIRM) $(RPM_DEPENDS) epel-release centos-release-scl devtoolset-7
@sudo -E yum remove -y libavl libavl-devel
- @sudo -E yum install $(COMFIRM) http://ftp.nohats.ca/libavl/libavl-0.3.5-1.fc17.x86_64.rpm http://ftp.nohats.ca/libavl/libavl-devel-0.3.5-1.fc17.x86_64.rpm
+ @sudo -E yum install -y http://ftp.nohats.ca/libavl/libavl-0.3.5-1.fc17.x86_64.rpm http://ftp.nohats.ca/libavl/libavl-devel-0.3.5-1.fc17.x86_64.rpm
else
$(error "This option currently works only on Ubuntu, Debian, Centos or openSUSE systems")
endif