diff --git a/BUILD/install_build_deps.sh b/BUILD/install_build_deps.sh index 93243e269..9ecfc179c 100755 --- a/BUILD/install_build_deps.sh +++ b/BUILD/install_build_deps.sh @@ -25,10 +25,10 @@ then sudo apt-get install -y --force-yes libgnutls28-dev fi fi - sudo apt-get install -y --force-yes libgcrypt20 + sudo apt-get install -y --force-yes libgcrypt20-dev if [ $? != 0 ] then - sudo apt-get install -y --force-yes libgcrypt11 + sudo apt-get install -y --force-yes libgcrypt11-dev fi else ## RPM-based distro