kiss: better comment

This commit is contained in:
Dylan Araps 2019-09-13 21:49:30 +03:00
parent 72aa4d7772
commit 215334e989
1 changed files with 2 additions and 3 deletions

5
kiss
View File

@ -349,9 +349,8 @@ pkg_build() {
*) *)
pkg_depends "$pkg" explicit pkg_depends "$pkg" explicit
# Store the explicit packages so we can handle them differently # Mark packages passed on the command-line
# below. Dependencies are automatically installed but packages # separately from those detected as dependencies.
# passed to KISS aren't.
explicit="$explicit $pkg " explicit="$explicit $pkg "
explicit_build="$explicit_build $pkg " explicit_build="$explicit_build $pkg "
;; ;;