There is a new pull request by subnut against master on the void-packages repository https://github.com/subnut/void-packages mozjs91-91.5.0 https://github.com/void-linux/void-packages/pull/36241 [DRAFT] [Help needed] New package: mozjs91-91.5.0 Building this fails with - ``` mv: cannot stat '/destdir//mozjs91-91.5.0/usr/bin/js91-devel-config': No such file or directory => ERROR: mozjs91-devel-91.5.0_1: pkg_install: 'mv ${DESTDIR}/$files ${PKGDESTDIR}/${_targetdir}' exited with 1 => ERROR: in _vmove() at common/environment/setup/install.sh:219 => ERROR: in _noglob_helper() at common/environment/setup/install.sh:12 => ERROR: in pkg_install() at srcpkgs/mozjs91-devel/template:85 ``` caused by the line - ```bash vmove usr/bin/${pkgname#moz}-config ``` Bug in `vmove` ? A patch file from https://github.com/void-linux/void-packages/pull/36241.patch is attached