kiss: Fix issue with dependencies and end of build process. Related to #194

This commit is contained in:
Dylan Araps 2020-10-21 18:09:50 +03:00
parent 83744f4276
commit 59fab2b8fc
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 4 additions and 0 deletions

4
kiss
View File

@ -799,6 +799,10 @@ pkg_build() {
)
done
# Turn the explicit packages into a 'list'.
# shellcheck disable=2046,2086
set -- $explicit
if [ "$pkg_update" ]; then
return