Browse Source

Fix systemd service install path.

Kevin Sopp 11 years ago
parent
commit
e64c67fcb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -171,6 +171,6 @@ install(FILES slim.1 DESTINATION ${MANDIR}/man1/)
 # configure
 # configure
 install(FILES slim.conf DESTINATION ${SYSCONFDIR})
 install(FILES slim.conf DESTINATION ${SYSCONFDIR})
 # systemd service file
 # systemd service file
-install(FILES slim.service DESTINATION usr/lib/systemd/system)
+install(FILES slim.service DESTINATION /usr/lib/systemd/system)
 # themes directory
 # themes directory
 subdirs(themes)
 subdirs(themes)