Show packages not being installed in the build log
This commit is contained in:
@@ -66,6 +66,8 @@ case $(uname -s) in
|
||||
for pkg in $extra_deps; do
|
||||
if $(apt-cache pkgnames | grep -q $pkg) ; then
|
||||
pkg_install="$pkg_install $pkg"
|
||||
else
|
||||
echo "Not installing non-existent package $pkg"
|
||||
fi
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user