Skip to content

Commit

Permalink
Merge pull request #251 from microsoft/hapdrundirfix
Browse files Browse the repository at this point in the history
Create run state directory for hostapd on install.
  • Loading branch information
abeltrano authored Apr 11, 2024
2 parents d27431c + 4073bef commit 48eb28a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/linux/external/hostap/systemd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ install(
COMPONENT hostapd
)

install(
DIRECTORY
DESTINATION ${CMAKE_INSTALL_RUNSTATEDIR}/hostapd
COMPONENT hostapd
)

install(
FILES
${CMAKE_CURRENT_BINARY_DIR}/[email protected]
Expand Down

0 comments on commit 48eb28a

Please sign in to comment.