meta: check for a file since git leaves behind empty directories

This commit is contained in:
Connor Olding 2022-10-18 13:55:24 -07:00
parent ad9aa9fa70
commit d4fcaadc65

View File

@ -72,7 +72,7 @@ build_simple() { : \
&& build cosmo-yices \ && build cosmo-yices \
\ \
`# other stuff` \ `# other stuff` \
&& { [ ! -e cosmo-mini ] || build cosmo-mini ;} \ && { [ ! -s cosmo-mini/Dockerfile ] || build cosmo-mini ;} \
\ \
&& yes_retrieve cosmo-base /cosmopolitan/bin/ape \ && yes_retrieve cosmo-base /cosmopolitan/bin/ape \
&& dbg_retrieve cosmo-kuroko /bin/kuroko.com \ && dbg_retrieve cosmo-kuroko /bin/kuroko.com \