New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/pull/26952#issuecomment-739257740 Comment: Actually, this is what I think better: ```diff diff --git a/srcpkgs/joplin-desktop/template b/srcpkgs/joplin-desktop/template index 410abb23be..ff200fcd7c 100644 --- a/srcpkgs/joplin-desktop/template +++ b/srcpkgs/joplin-desktop/template @@ -22,7 +22,7 @@ do_build() { # Remove unused modules rm -rf packages/{app-mobile,app-cli,generator-joplin,app-clipper} - npm install --unsafe-perm + npm install ${XBPS_ALLOW_CHROOT_BREAKOUT:+--unsafe-perm} cd packages/app-desktop npm run dist } ```