We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324120f commit fed73cbCopy full SHA for fed73cb
system/pkgbuild.sh
@@ -73,7 +73,7 @@ if user_check "${build_username}"; then
73
fi
74
mkdir -p "${pkgbuild_dir}"
75
chmod 700 -R "${pkgbuild_dir}"
76
-chown ${build_username}:${build_username} -R "${pkgbuild_dir}"
+chown ${build_username} -R "${pkgbuild_dir}"
77
echo "${build_username} ALL=(ALL) NOPASSWD:ALL" > "/etc/sudoers.d/pkgbuild"
78
79
# Setup keyring
0 commit comments