mirror of
https://github.com/transmission/transmission
synced 2024-12-21 23:32:35 +00:00
fix: Use non-lib64 systemd system unit dir path (#7115)
This is a common path across Linux distros. Checked distros: * Arch Linux * Fedora * Gentoo * openSUSE * Ubuntu
This commit is contained in:
parent
f6e1bb2d70
commit
ed2c6c4085
1 changed files with 1 additions and 1 deletions
|
@ -56,6 +56,6 @@ foreach(P daemon)
|
|||
if (WITH_SYSTEMD)
|
||||
install(
|
||||
FILES ${TR_NAME}-${P}.service
|
||||
DESTINATION ${CMAKE_INSTALL_LIBDIR}/systemd/system)
|
||||
DESTINATION lib/systemd/system)
|
||||
endif()
|
||||
endforeach()
|
||||
|
|
Loading…
Reference in a new issue