rom1v / sndcpy

Android audio forwarding (scrcpy, but for audio)
MIT License
3.29k stars 303 forks source link

[advice] Change /opt to /usr/share #247

Closed Freed-Wu closed 2 years ago

Freed-Wu commented 2 years ago

After installation, I found

❯ pacman -Ql sndcpy
sndcpy-bin /opt/
sndcpy-bin /opt/sndcpy/
sndcpy-bin /opt/sndcpy/sndcpy
sndcpy-bin /opt/sndcpy/sndcpy.apk
sndcpy-bin /usr/
sndcpy-bin /usr/bin/
sndcpy-bin /usr/bin/sndcpy
sndcpy-bin /usr/share/
sndcpy-bin /usr/share/licenses/
sndcpy-bin /usr/share/licenses/sndcpy/
sndcpy-bin /usr/share/licenses/sndcpy/LICENSE

/usr/bin/sndcpy is only a shell to call /opt/sndcpy. Why not move /opt/sndcpy/sndcpy to /usr/bin/sndcpy and move /opt/sndcpy to /usr/share/sndcpy? Thanks.

rom1v commented 2 years ago

I'm not responsible of the AUR package. Please report/ask to the maintainer: https://aur.archlinux.org/packages/sndcpy-bin

Freed-Wu commented 2 years ago

Thanks, I'll report.