Index: trunk/src/plugins/io_easyeda/read_hi_pro_io.c =================================================================== --- trunk/src/plugins/io_easyeda/read_hi_pro_io.c (revision 10733) +++ trunk/src/plugins/io_easyeda/read_hi_pro_io.c (revision 10734) @@ -98,8 +98,10 @@ } bnd->dir = bnd->tempdir.array; } - else + else { bnd->dir = "/tmp/easypro"; + rnd_mkdir(NULL, bnd->dir, 0755); + } /* ... cd to it and unpacl there with full path to the zip */ prefix[0] = "cd ";