On Wed, Apr 2, 2014 at 5:25 AM, Martin Jansa <martin.ja...@gmail.com> wrote: > + # Info dir listing isn't interesting at this point so remove it if it > exists. > + if [ -e "${D}${infodir}/dir" ]; then > + rm -f ${D}${infodir}/dir > + fi
why check if it exists when you are already using rm -f ? -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core