Skip to content

Commit 9d4dcd5

Browse files
committed
Fedora build fix.
1 parent 894b558 commit 9d4dcd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ INSTALL(FILES netperfmeter.bash-completion
9191
RENAME netperfmeter)
9292
IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
9393
INSTALL(FILES netperfmeter.service DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/systemd/system)
94-
INSTALL(FILES netperfmeter.conf DESTINATION ${CMAKE_INSTALL_SYSCONFDIR})
94+
INSTALL(FILES netperfmeter.conf DESTINATION /etc)
9595
INSTALL(FILES netperfmeter-module-loader.service DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/systemd/system)
9696
INSTALL(PROGRAMS netperfmeter-module-loader DESTINATION ${CMAKE_INSTALL_BINDIR})
9797
INSTALL(FILES netperfmeter-module-loader.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)

0 commit comments

Comments
 (0)