Replies: 1 comment 3 replies
-
I added a cmake option to disable the installation of a startup script. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I build and run myMPD as my own user, installed to /usr/local as the advanced build describes, except for the sudo part. That means "make install" insists on writing a system wide service file, which it obviously cannot.
Would it be possible to modify this, so CopyConfig either tests for write permissions first, or makes the failed file copy a non fatal? Or maybe even a cmake option to skip installing startup scripts entirely?
It is simply to keep my own builds isolated from the system packages.
(Not really a bug, so i put it here - hope that's correct).
Thank you in advance, and have a great day!
Bo
Beta Was this translation helpful? Give feedback.
All reactions