Check if dependency is installed to be sure before proceeding.
--HG-- extra : convert_revision : e5ed948a484a1ed0c3e8a28759e60e59f4b60dbd
This commit is contained in:
parent
58a9a990e9
commit
68056f60f8
|
@ -40,6 +40,8 @@ install_pkg_deps()
|
|||
curpkgname=$(xbps-pkgdb getpkgname ${curpkg})
|
||||
|
||||
run_template $curpkgname
|
||||
check_installed_pkg $curpkg
|
||||
[ $? -eq 0 ] && continue
|
||||
|
||||
echo "==> Installing $saved_prevpkg dependency: $curpkg"
|
||||
|
||||
|
|
Loading…
Reference in New Issue