aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2019-09-13 18:49:29 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2019-09-13 18:49:29 +0000
commit1e065ce97101b1b7d2f12a5675783e73d904189d (patch)
tree7105d42a4e87e8306bad155ded88880d36f08a4f /kiss
parent3eafc2a57e88994fbb85c96a50ef231c95d9d99d (diff)
downloadcpt-1e065ce97101b1b7d2f12a5675783e73d904189d.tar.gz
kiss: better comment
FossilOrigin-Name: 48f4079168b4621ea7aac5537918f328b238db7bada52497f827e93b3ce959d1
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss5
1 files changed, 2 insertions, 3 deletions
diff --git a/kiss b/kiss
index 5635513..69ed0be 100755
--- a/kiss
+++ b/kiss
@@ -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 "
;;