Show packages not being installed in the build log
This commit is contained in:
parent
bc7a7b0c2d
commit
d61719edde
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue