diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-09-19 21:21:12 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-09-19 21:21:12 (GMT) |
commit | 74334a8ca0590e90f00ddbcc7d6849a9d9a09ed3 (patch) | |
tree | 6c6b2f623ee70e485f35ffff19e8ee2a082c39ac | |
parent | 51492852cb81633b96005f99c68d1a108b17d1ee (diff) | |
download | linhes_dev-74334a8ca0590e90f00ddbcc7d6849a9d9a09ed3.zip |
build.sh: ensure ownership of root-image is root
-rwxr-xr-x | build_tools/archiso/mythvantage/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |