Skip to content

Commit

Permalink
Fix typo+rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Jan 12, 2024
1 parent 97f596b commit f06ed2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/linux/external/hostap/systemd/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/hostapd.conf
${CMAKE_CURRENT_SOURCE_DIR}/hostapd.example.conf
${CMAKE_CURRENT_BINARY_DIR}/hostapd.example.conf
)

Expand All @@ -11,7 +11,7 @@ configure_file(

install(
FILES
${CMAKE_CURRENT_BINARY_DIR}/hostapd.conf
${CMAKE_CURRENT_BINARY_DIR}/hostapd.example.conf
DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/hostapd
)

Expand Down

0 comments on commit f06ed2f

Please sign in to comment.