mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
change install dir for local builds
Install local builds to /usr/sbin instead of /usr/local/sbin.
This commit is contained in:
@ -62,6 +62,8 @@ if(BNGBLASTER_TESTS)
|
||||
add_subdirectory(test)
|
||||
endif()
|
||||
|
||||
set(CMAKE_INSTALL_PREFIX /usr)
|
||||
|
||||
install(TARGETS bngblaster DESTINATION sbin)
|
||||
install(PROGRAMS bngblaster-cli DESTINATION sbin)
|
||||
|
||||
|
Reference in New Issue
Block a user