New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/pull/24371#issuecomment-693744910 Comment: > Hum you are right , I got that error. > Modifying pari-seadata to > > ``` > > diff --git a/srcpkgs/pari-seadata/template b/srcpkgs/pari-seadata/template > index f83c57ebcd..42bd19ac95 100644 > --- a/srcpkgs/pari-seadata/template > +++ b/srcpkgs/pari-seadata/template > @@ -13,5 +13,5 @@ checksum=c9282a525ea3f92c1f9c6c69e37ac5a87b48fb9ccd943cfd7c881a3851195833 > > do_install() { > vmkdir usr/share/pari/seadata > - vcopy "data/seadata/sea???" usr/share/pari/seadata > + vcopy "data/seadata/sea*" usr/share/pari/seadata > } > ``` > > Could you check @dkwo ? > > And @sgn what is the difference of doing sea?? or sea* ? `sea???` will only copy file start with `sea` and have exactly 3 other characters, I suggested that to avoid conflict with `seadata-small` which ended up dropped.