Closed issue by jrigg on void-packages repository https://github.com/void-linux/void-packages/issues/27002 Description: Tried running zita-at1 (autotune program used for music pitch correction) but it fails to start. ### System Void x86_64 glibc * xuname: * package: zita-at1-0.6.2_1 ### Expected behavior Start jackd then start zita-at1 and it should launch ### Actual behavior Fails with error message: Can't open '/usr/local/share/zita-at1/notesect.png' ### Steps to reproduce the behavior Attempt to start zita-at1 The 'missing' file is actually installed in the correct place, but the program is looking in /usr/local instead of /usr. Workaround: `cd /usr/local/share` `ln -s /usr/share/zita-at1 zita-at1`