aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrenfong.wang <drenfong.wang@intel.com>2019-02-03 15:35:56 +0000
committerdrenfong.wang <drenfong.wang@intel.com>2019-02-03 15:35:56 +0000
commitc030fcef5bce6861dec14aa0b50a2cd7b821d25b (patch)
tree879275ea11b0245bb4029102e61eccd9a62d5c6d
parentaa6a8abc06feb0b54c4ccc626ea067c21dc8a660 (diff)
add comfirm for libavl
Change-Id: I8cfc401f01eb50f3e1dff5a0d5f45b61de49f2e6 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 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