diff options
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -978,7 +978,7 @@ pkg_install() { ${sum_sys}${sum_old}*) new= ;; # All other cases. - *) log "$pkg_name" "WARN: saving $file as $file.new" + *) log "$pkg_name" "WARN: saving /$file as /$file.new" new=.new esac |