diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-10 07:56:13 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-10 07:56:13 +0000 |
commit | 4d38ec3a1660b4e71206eef09df46a97f18d7344 (patch) | |
tree | 4650cbf1facd13dd55ab96e50d7ccb9eb5cb5f08 | |
parent | 0d658a0566c14bf55c22dbcb441984ffdb378ac4 (diff) | |
download | cpt-4d38ec3a1660b4e71206eef09df46a97f18d7344.tar.gz |
docs: update
FossilOrigin-Name: 594e2171079a6b98358a27b6697a2ddd239bcb8c044d7210583a39b422b92712
-rwxr-xr-x | kiss | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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") |