aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2019-09-10 07:56:13 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2019-09-10 07:56:13 +0000
commit4d38ec3a1660b4e71206eef09df46a97f18d7344 (patch)
tree4650cbf1facd13dd55ab96e50d7ccb9eb5cb5f08 /kiss
parent0d658a0566c14bf55c22dbcb441984ffdb378ac4 (diff)
downloadcpt-4d38ec3a1660b4e71206eef09df46a97f18d7344.tar.gz
docs: update
FossilOrigin-Name: 594e2171079a6b98358a27b6697a2ddd239bcb8c044d7210583a39b422b92712
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss6
1 files changed, 3 insertions, 3 deletions
diff --git a/kiss b/kiss
index d8b00d5..7cce714 100755
--- a/kiss
+++ b/kiss
@@ -112,9 +112,9 @@ pkg_sources() {
# files is also checked.
log "[$1] Downloading sources"
- # Store each downloaded source in named after the package it
- # belongs to. This avoid conflicts between two packages having a
- # source of the same name.
+ # Store each downloaded source in a directory named after the
+ # package it belongs to. This avoid conflicts between two packages
+ # having a source of the same name.
mkdir -p "$src_dir/$1" && cd "$src_dir/$1"
repo_dir=$(pkg_find "$1")