diff --git a/kiss b/kiss index 53f3ec5..9d9f236 100755 --- a/kiss +++ b/kiss @@ -947,7 +947,7 @@ pkg_install_files() { # Skip directories as they're likely symlinks in this case. # Pure directories in manifests have a suffix of '/'. [ -d "$KISS_ROOT/$line" ] || test "$1" "$KISS_ROOT/$line" || { - cp -fP "$2/$line" "$KISS_ROOT/$line" + cp -fP "$2/$line" "$KISS_ROOT/$line" # Skip changing permissions of symlinks. This prevents # errors when the symlink exists prior to the target.