From dd3292d920b5866ea9df610e3219fda6dfa467a1 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 16 Jul 2021 12:21:13 +0300 Subject: [PATCH] pkg_conflicts: Fix path joining --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index f7519fc..252bc36 100755 --- a/kiss +++ b/kiss @@ -1066,7 +1066,7 @@ pkg_conflicts() { # Move the conflicting file to the choices directory # and name it according to the format above. - mv -f "$tar_dir/$p_name/$con" \ + mv -f "$tar_dir/$p_name$con" \ "$tar_dir/$p_name/$cho_dir/$p_name$con_name" 2>/dev/null || { log "File must be in ${con%/*} and not a symlink to it" log "This usually occurs when a binary is installed to"