New comment by motorto on void-packages repository https://github.com/void-linux/void-packages/pull/24371#issuecomment-693565983 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* ? BTW: seadata-big seems to have the same problem as well.