From c04b7bc41412f9b8e94f181c2a85ad5f2bc2f871 Mon Sep 17 00:00:00 2001 From: Timofey Turenko Date: Sat, 14 Dec 2019 22:13:30 +0200 Subject: [PATCH] Fix typo in install_build_depends.sh --- BUILD/install_build_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD/install_build_deps.sh b/BUILD/install_build_deps.sh index 999ee3303..129adbeea 100755 --- a/BUILD/install_build_deps.sh +++ b/BUILD/install_build_deps.sh @@ -107,7 +107,7 @@ then yum repolist all | grep PowerTools if [ $? == 0 ] then - enable_power_tools="enablerepo=PowerTools" + enable_power_tools="--enablerepo=PowerTools" fi sudo yum install -y --nogpgcheck ${enable_power_tools} \ gcc gcc-c++ ncurses-devel bison glibc-devel \