meta: check for a file since git leaves behind empty directories
This commit is contained in:
parent
ad9aa9fa70
commit
d4fcaadc65
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ build_simple() { : \
|
|||
&& build cosmo-yices \
|
||||
\
|
||||
`# other stuff` \
|
||||
&& { [ ! -e cosmo-mini ] || build cosmo-mini ;} \
|
||||
&& { [ ! -s cosmo-mini/Dockerfile ] || build cosmo-mini ;} \
|
||||
\
|
||||
&& yes_retrieve cosmo-base /cosmopolitan/bin/ape \
|
||||
&& dbg_retrieve cosmo-kuroko /bin/kuroko.com \
|
||||
|
|
Loading…
Reference in a new issue