New review comment by subnut on void-packages repository https://github.com/void-linux/void-packages/pull/37949#discussion_r924608783 Comment: Hmm... I could simplify it to this - ```sh for file in $(grep '^\.so ' -lR .); do vsed -i "$file" -e 's/^\.so [^.]*/&'${_php_version}/ done ``` But you're right, a patch is easier to understand.