Skip to content

Commit

Permalink
🐛 Fix CMAKE_INSTALL_BINDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Sep 19, 2024
1 parent ce9d056 commit c6ae791
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/assets/systemd/system-preset/98-autostart.preset
DESTINATION ${SYSTEMD_SYSTEM_PRESET_DIR})
include(GNUInstallDirs)
install(FILES scripts/post-burn-emmc.sh DESTINATION ${BINDIR})
install(FILES scripts/post-burn-emmc.sh DESTINATION ${CMAKE_INSTALL_BINDIR})
if(BINARY)
install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/assets/bin/weight.bin
Expand Down

0 comments on commit c6ae791

Please sign in to comment.