forked from kiss-community/kiss
kiss: clean up
This commit is contained in:
parent
c18309def9
commit
04cdc78920
12
kiss
12
kiss
@ -372,15 +372,11 @@ pkg_build() {
|
|||||||
# are included and ensure that all installed packages are excluded.
|
# are included and ensure that all installed packages are excluded.
|
||||||
for pkg; do
|
for pkg; do
|
||||||
case $explicit_packages in
|
case $explicit_packages in
|
||||||
*" $pkg "*)
|
*" $pkg "*) ;;
|
||||||
build_packages="$build_packages$pkg "
|
*) pkg_list "$pkg" >/dev/null && continue ;;
|
||||||
;;
|
|
||||||
|
|
||||||
*)
|
|
||||||
pkg_list "$pkg" >/dev/null ||
|
|
||||||
build_packages="$build_packages$pkg "
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
build_packages="$build_packages$pkg "
|
||||||
done
|
done
|
||||||
|
|
||||||
# Set the filtered dependency list as the function's arguments.
|
# Set the filtered dependency list as the function's arguments.
|
||||||
|
Loading…
Reference in New Issue
Block a user