OSDN Git Service

[fix] : Fixed an issue where the pkgbuild user was not created
authorhayao <hayao@fascode.net>
Thu, 11 Mar 2021 11:02:39 +0000 (20:02 +0900)
committerhayao <hayao@fascode.net>
Thu, 11 Mar 2021 11:02:39 +0000 (20:02 +0900)
system/pkgbuild.sh

index db4e427..c1d91b8 100755 (executable)
@@ -68,7 +68,7 @@ else
 fi
 
 # Creating a user for makepkg
-if user_check "${build_username}"; then
+if user_check "${build_username}"; then
     useradd -m -d "${pkgbuild_dir}" "${build_username}"
 fi
 mkdir -p "${pkgbuild_dir}"