New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/46646#issuecomment-1762380739 Comment: Can you try this instead: ```diff --- a/srcpkgs/maxima/template +++ b/srcpkgs/maxima/template @@ -46,6 +46,8 @@ post_configure() { touch -c doc/info/*.html touch -c doc/info/maxima.info* touch -c doc/info/maxima_toc.html + touch -c doc/info/maxima-index.lisp + touch -c doc/info/maxima-index-html.lisp touch -c interfaces/xmaxima/doc/xmaxima.html } ```