Skip to content

Commit

Permalink
Packaging fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaduri committed May 17, 2024
1 parent d9adde1 commit d6d63b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ target_link_libraries(gsmartcontrol
if (WIN32)
install(TARGETS gsmartcontrol DESTINATION .)
else()
install(TARGETS gsmartcontrol TYPE SBIN)
install(TARGETS gsmartcontrol DESTINATION "${CMAKE_INSTALL_SBINDIR}/")
endif()


Expand Down

0 comments on commit d6d63b7

Please sign in to comment.