From 1d52764f2189155b1e091da4a05fb82d2d9cf8a7 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 10 Sep 2019 10:56:14 +0300 Subject: [PATCH] docs: update --- kiss | 6 +++--- 1 file 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")