Commit fa2f7dd
cmake: fix systemd user unit install path
Installing to ${CMAKE_INSTALL_LIBDIR}/systemd/user can end up in
/usr/lib64/systemd/user on multilib systems, which systemd does not
search. Use pkg-config's systemduserunitdir instead (with a fallback
to /usr/lib/systemd/user) so the unit is always installed in the
correct location.1 parent 1f9afca commit fa2f7dd
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
0 commit comments