mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-21 23:38:49 -05:00
Install makedepends and checkdepends together
Fixes FS#31557 Signed-off-by: Ashley Whetter <awhetter.2011@my.bristol.ac.uk> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
9108bfe080
commit
a774e4d5e2
@ -2952,10 +2952,10 @@ else
|
||||
fi
|
||||
|
||||
msg "$(gettext "Checking buildtime dependencies...")"
|
||||
resolve_deps ${makedepends[@]} || deperr=1
|
||||
|
||||
if (( CHECKFUNC )); then
|
||||
resolve_deps ${checkdepends[@]} || deperr=1
|
||||
resolve_deps "${makedepends[@]}" "${checkdepends[@]}" || deperr=1
|
||||
else
|
||||
resolve_deps "${makedepends[@]}" || deperr=1
|
||||
fi
|
||||
|
||||
if (( RMDEPS )); then
|
||||
|
Loading…
Reference in New Issue
Block a user