New review comment by pudiva on void-packages repository https://github.com/void-linux/void-packages/pull/29627#discussion_r601878044 Comment: btw I tried to do many variations of ```sh make_install_args="STRIP=\"-s --strip-program=$STRIP\"" ``` but I couldn't get around the quote expansion and the `make` inside `do_install()` always ends up being evaluated as if it was written like ```sh make ... install "STRIP=-s" "--strip-program=$STRIP" ``` which is very frustrating so I'm quite happy to completely avoid the drama by not doing it :upside_down_face: