diff --git a/kiss b/kiss index 15199fd..184009e 100755 --- a/kiss +++ b/kiss @@ -831,7 +831,9 @@ pkg_install_files() { *) test "$1" "$line" || - if [ -L "$2/$line" ]; then + if [ -L "$2/$line" ]; then + [ -d "$2/$line" ] && continue + cp -fPp "$2/$line" "${line%/*}" chown -h root:root "$line" else