aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrenfong.wang <drenfong.wang@intel.com>2019-02-03 15:13:51 +0000
committerdrenfong.wang <drenfong.wang@intel.com>2019-02-03 15:13:51 +0000
commita5e182da43b367b0ed4120771f4841366ec8d3b3 (patch)
treed61cdb9b7b8bcf79cb7d3981a418a4abf93cf2dc
parent2b79568d6172f400a5fdfbd24d87c74843fd2446 (diff)
comfirm for the installation of libavl
Change-Id: Ifdbe12495c8cf1c8346dae3c266d46f5191778c1 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 c247c40..8ca14cf 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