New review comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/39015#discussion_r1038962902 Comment: This can be replaced by `patch_args="-Np1 -d ${pkgname}-${version}"` and `patches/kaldi-*.patch.args` files containing `-Np1 -d kaldi`. The kaldi directory currently contains version in its name like I suggest in a comment in `post_extract`. Then patches/series can be removed. Not overriding do_patch is more consistent with other packages and gets rid of one unnecessary step when adding a patch. Also a nitpick that's not important if we modify it this way, we usually try to follow keep the order of build steps in sync with order of functions, patch runs after extract, so do_patch should be after do_extract.