Skip to content

Commit fed73cb

Browse files
committed
[fix] : Fixed dir permission
1 parent 324120f commit fed73cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/pkgbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if user_check "${build_username}"; then
7373
fi
7474
mkdir -p "${pkgbuild_dir}"
7575
chmod 700 -R "${pkgbuild_dir}"
76-
chown ${build_username}:${build_username} -R "${pkgbuild_dir}"
76+
chown ${build_username} -R "${pkgbuild_dir}"
7777
echo "${build_username} ALL=(ALL) NOPASSWD:ALL" > "/etc/sudoers.d/pkgbuild"
7878

7979
# Setup keyring

0 commit comments

Comments
 (0)