diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-13 18:49:29 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-13 18:49:29 +0000 |
commit | 1e065ce97101b1b7d2f12a5675783e73d904189d (patch) | |
tree | 7105d42a4e87e8306bad155ded88880d36f08a4f | |
parent | 3eafc2a57e88994fbb85c96a50ef231c95d9d99d (diff) | |
download | cpt-1e065ce97101b1b7d2f12a5675783e73d904189d.tar.gz |
kiss: better comment
FossilOrigin-Name: 48f4079168b4621ea7aac5537918f328b238db7bada52497f827e93b3ce959d1
-rwxr-xr-x | kiss | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -349,9 +349,8 @@ pkg_build() { *) pkg_depends "$pkg" explicit - # Store the explicit packages so we can handle them differently - # below. Dependencies are automatically installed but packages - # passed to KISS aren't. + # Mark packages passed on the command-line + # separately from those detected as dependencies. explicit="$explicit $pkg " explicit_build="$explicit_build $pkg " ;; |