Update render module of centos-art.sh script.
- Previously, when rendering content through extended processing,
final images were store directly inside Final directory. This was
because RENDER_TARGET variable wasn't re-defined in
extended_setBaseRendition function. This update changes
extended_setBaseRendition function to re-define RENDER_TARGET
variable which fix the issue.