You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a recent commit snapcast-volume-ui/systemctl/Makefile was changed to remove /usr from the front of the service unit install location (previously /usr/lib/systemd/system/). This was done to accommodate Debian-like systems that use such locations for systemd.
However, this might break other the make install for other linux distros, that may have systemd in a different location (i.e. with /usr in front). I don't know as I don't use them, but just want to leave this issue in case someone comes across it
The text was updated successfully, but these errors were encountered:
In a recent commit
snapcast-volume-ui/systemctl/Makefile
was changed to remove /usr from the front of the service unit install location (previously/usr/lib/systemd/system/
). This was done to accommodate Debian-like systems that use such locations for systemd.However, this might break other the make install for other linux distros, that may have systemd in a different location (i.e. with /usr in front). I don't know as I don't use them, but just want to leave this issue in case someone comes across it
The text was updated successfully, but these errors were encountered: