diff --git a/useradd-userkeleton.patch b/useradd-userkeleton.patch index de23675..0b22f76 100644 --- a/useradd-userkeleton.patch +++ b/useradd-userkeleton.patch @@ -120,7 +120,7 @@ Index: libmisc/copydir.c + * If the destination already exists do nothing. + * This is after the copy_dir above to still iterate into subdirectories. + */ -+ if (fstatat(dst->dirfd, dst->name, &sb, AT_SYMLINK_NOFOLLOW) == -1) { ++ if (fstatat(dst->dirfd, dst->name, &sb, AT_SYMLINK_NOFOLLOW) != -1) { + return 0; + } +