Skip to content

Commit d09cdb0

Browse files
authored
Export roc-setup-hugetlbfs in binaries directory
1 parent ac3e9a6 commit d09cdb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ endforeach()
296296
# Install the hugetlbfs script separately, because it's not a compiled target
297297
install(
298298
FILES src/roc-setup-hugetlbfs.sh
299-
DESTINATION ${CMAKE_INSTALL_PREFIX}/bin
299+
DESTINATION ${CMAKE_INSTALL_BINDIR}
300300
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
301301
RENAME roc-setup-hugetlbfs)
302302

0 commit comments

Comments
 (0)