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"