New comment by jnbr on void-packages repository https://github.com/void-linux/void-packages/pull/37918#issuecomment-1182548950 Comment: it looks like something has changed and the sed should be changed to something like this: ``` @@ -41,7 +41,7 @@ pre_check() { post_install() { if [ "$CROSS_BUILD" ]; then - vsed -i -e "s,$XBPS_WRAPPERDIR/$XBPS_CROSS_TRIPLET-,,g" \ + vsed -i -e "s,${XBPS_CROSS_TRIPLET}-,,g" \ $DESTDIR/usr/bin/*-config fi vlicense LICENSE ``` Can you please give it a try and squash your commits? Thanks.