diff options
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -871,7 +871,7 @@ pkg_install_files() { install -o root -g root -m "$perms" -d "$line" ;; *) test "$1" "$line" || if [ -L "$2/$line" ]; then - [ -d "$2/$line" ] && continue + [ -d "$line" ] && continue cp -fPp "$2/$line" "${line%/*}" chown -h root:root "$line" |