build.sh: chown nonpriv usser after update

pull/127/head
Jesus Alvarez 8 years ago
parent 38835bc504
commit 5a3748ce3d
  1. 3
      build.sh

@ -156,6 +156,9 @@ generate_package_files() {
run_cmd "cd ${script_dir}/${spl_pkgbuild_path} && git --no-pager diff"
run_cmd "cd ${script_dir}/${zfs_utils_pkgbuild_path} && git --no-pager diff"
run_cmd "cd ${script_dir}/${zfs_pkgbuild_path} && git --no-pager diff"
msg "Resetting ownership"
run_cmd "chown -R ${makepkg_nonpriv_user}: '${script_dir}/packages/${kernel_name}/'"
}

Loading…
Cancel
Save