This now uses the correct path.
j=$(echo "${i}" | sed -e "s|${path_build}stand_alone/${name}.config||" -e "s|\.h||")
j="config${j}.h"
- cp ${verbose_common} -R ${i} ${package}data/build/${j}
+ cp ${verbose_common} -R ${i} ${package}sources/c/${j}
if [[ ${?} -ne 0 ]] ; then
if [[ ${verbosity} != "quiet" ]] ; then
- echo -e "${c_error}ERROR: Failed to copy file ${c_notice}${i}${c_error} to ${c_notice}${package}data/build/${j}${c_error}.${c_reset}"
+ echo -e "${c_error}ERROR: Failed to copy file ${c_notice}${i}${c_error} to ${c_notice}${package}sources/c/${j}${c_error}.${c_reset}"
fi
let failure=1