File: 0002-service-files-in-root.patch

package info (click to toggle)
libcharon 4.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 576 kB
  • sloc: python: 1,575; sh: 388; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 413 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,7 +35,7 @@ endif()
 install(DIRECTORY Charon DESTINATION ${CHARON_INSTALL_PATH} ${_excludes})
 
 if(INSTALL_SERVICE)
-    install(FILES service/charon.service DESTINATION lib/systemd/system)
+    install(FILES service/charon.service DESTINATION /lib/systemd/system)
     install(FILES service/nl.ultimaker.charon.conf DESTINATION share/dbus-1/system.d)
 endif()