Commit ee50d54f authored by Andrey Filippov's avatar Andrey Filippov

fixed debug output

parent c988fdd3
......@@ -44,6 +44,6 @@ do_unpack_append() {
os.system("cd ${DEV_DIR}; ln -sf ${S} linux")
os.system("cd ${DEV_DIR}; ln -sf ${TOPDIR}/tmp/sysroots sysroots")
else:
print("Copying ${linux-elphel_gitdir} over ${S}\n")
os.system("cp -rf ${linux-elphel_gitdir}/src/* ${S}")
print("Copying ${linux-elphel_gitdir}/src/ over ${S}\n")
os.system("cp -rfv ${linux-elphel_gitdir}/src/* ${S}")
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment