New comment by LoricAndre on void-packages repository https://github.com/void-linux/void-packages/pull/29345#issuecomment-793604010 Comment: Hello, this is my first try at a contribution to the void-packages. I tried to create a package to build neovim from source, the builds pass in x86 but when trying to install it I get the following error : ``` [*] Unpacking packages neovim-git-0.5_1: unpacking ... ERROR: neovim-git-0.5_1: [unpack] failed to extract file `./usr/share/applications': Directory not empty ERROR: neovim-git-0.5_1: [unpack] failed to extract files: Directory not empty ERROR: neovim-git-0.5_1: [unpack] failed to unpack files from archive: Directory not empty Transaction failed! see above for errors. ``` Since I have no idea how to fix this, I opened this PR to get some help before I can finish testing it on all archs and maybe get it merged. Thanks in advance for all the help you can provide, and sorry if this was not the right wway to do any of this.