New issue by PaperMountainStudio on void-packages repository https://github.com/void-linux/void-packages/issues/22403 Description: ### System * xuname: *Void 5.6.14_1 x86_64 GenuineIntel notuptodate rrrmDFFFFFFFFFFFFFFFFF* * package: *azote 1.7.7* ### Expected behavior runs ### Actual behavior ``` /bin/azote: line 3: cd: /usr/lib/python3.6/site-packages/azote: No such file or directory /usr/bin/python3: can't open file 'main.py': [Errno 2] No such file or directory ``` ### Steps to reproduce the behavior ``` xbps-install -S azote azote ``` There is a wrapper script specific to void in `[/usr]/bin/azote` which calls azote from `/usr/lib/python3.6/site-packages/azote` location, but it is in `/usr/lib/python3.8/site-packages/azote`. ping @nwg-piotr