From 402e5cf5de412c0f87f9ecd3c1499f4dc98d43a0 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 3 Jul 2021 14:30:28 +0000 Subject: [PATCH] misc: nit --- kiss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kiss b/kiss index f54bd7b..9ebcb95 100755 --- a/kiss +++ b/kiss @@ -227,10 +227,6 @@ pkg_sources() { [ -f "$repo_dir/sources" ] || return 0 log "$1" "Downloading sources" - - # 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" while read -r src dest || [ "$src" ]; do