From 07c05348740cd932e54aecfa52bf2a1260b3948e Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Sat, 20 Feb 2016 03:04:50 -0500 Subject: [PATCH] Fix dependencies after installing built package. refs #8345 --- jenkins/run-library.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins/run-library.sh b/jenkins/run-library.sh index 117e2d2..0534b3d 100755 --- a/jenkins/run-library.sh +++ b/jenkins/run-library.sh @@ -269,6 +269,7 @@ fpm_build () { echo "Attemping to install build_dep $pkg using apt-get" apt-get install -y "$pkg" fi + apt-get -y -f install else pkg_rpm=$(ls "$WORKSPACE/packages/$TARGET/$pkg"-[0-9]*.rpm | sort -rg | awk 'NR==1') if [[ -e $pkg_rpm ]]; then -- 2.30.2