1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-09-28 04:12:40 -06:00

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

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