From 74334a8ca0590e90f00ddbcc7d6849a9d9a09ed3 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Thu, 19 Sep 2013 16:21:12 -0500 Subject: build.sh: ensure ownership of root-image is root --- build_tools/archiso/mythvantage/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_tools/archiso/mythvantage/build.sh b/build_tools/archiso/mythvantage/build.sh index 46d35f7..f2a6887 100755 --- a/build_tools/archiso/mythvantage/build.sh +++ b/build_tools/archiso/mythvantage/build.sh @@ -220,6 +220,7 @@ make_var_lib_pacman(){ # Customize installation (root-image) make_customize_root_image() { if [[ ! -e ${work_dir}/build.${FUNCNAME} ]]; then + chown -R root:root ${script_path}/root-image cp -af ${script_path}/root-image ${work_dir} chmod 750 ${work_dir}/root-image/etc/sudoers.d #JM -- cgit v0.12